mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://curl.haxx.se/",
|
|
"description": "Command line tool and library for transferring data with URLs",
|
|
"version": "7.72.0_1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.72.0_1/curl-7.72.0_1-win64-mingw.tar.xz",
|
|
"hash": "a6861b38ba5a4f1ea5e9cb1948a92a9b9db5bfc18f8422ed980c37125b1be613",
|
|
"extract_dir": "curl-7.72.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.72.0_1/curl-7.72.0_1-win32-mingw.tar.xz",
|
|
"hash": "a781018a2c3974695a05ff8f4d9a39be5380db5d8d1f2a08c7e7e29a79cc7b3b",
|
|
"extract_dir": "curl-7.72.0-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/windows/",
|
|
"re": "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})"
|
|
}
|
|
}
|
|
}
|