mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
92cb4e7a32
The old url 404s now and upgrading seems nice anyway. changelog_begin changelog_end
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "7.73.0_3",
|
|
"description": "Command line tool and library for transferring data with URLs",
|
|
"homepage": "https://curl.haxx.se/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_3/curl-7.73.0_3-win64-mingw.tar.xz",
|
|
"hash": "909cbdce9dc7292df40596aa0206d398f53b9dd8638c37a4618d4c2b85693bf0",
|
|
"extract_dir": "curl-7.73.0_3-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_3/curl-7.73.0_3-win32-mingw.tar.xz",
|
|
"hash": "920b24edc1d933dbc40fd0d671540a69554ae52966934061cfdf58c09a822b76",
|
|
"extract_dir": "curl-7.73.0_3-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/windows/",
|
|
"regex": "Build<\\/b>:\\s+([\\d._]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
|
|
"extract_dir": "curl-$matchHead-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "curl-$matchHead-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
|
|
}
|
|
}
|
|
}
|