mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 23:21:19 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "7.73.0_5",
|
|
"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_5/curl-7.73.0_5-win64-mingw.tar.xz",
|
|
"hash": "bfff7683adefed35d98e9a1c30f98eba4b0e075964e413fe30623f2a3b3ece88",
|
|
"extract_dir": "curl-7.73.0_5-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.73.0_5/curl-7.73.0_5-win32-mingw.tar.xz",
|
|
"hash": "9bace899d630712322e275a8ddd8ff0f4e83b89da8e17b62bcee1319e39e1bcd",
|
|
"extract_dir": "curl-7.73.0_5-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-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
|
|
"extract_dir": "curl-$version-win32-mingw"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/hashes.txt",
|
|
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
|
|
}
|
|
}
|
|
}
|