mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "7.84.0_8",
|
|
"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.84.0_8/curl-7.84.0_8-win64-mingw.tar.xz",
|
|
"hash": "777afea954bb6b9e83d4246cc6cae97aa3bd2bce060a107fd6ab5bb9b6ca4c82",
|
|
"extract_dir": "curl-7.84.0_8-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.84.0_8/curl-7.84.0_8-win32-mingw.tar.xz",
|
|
"hash": "26a71fcac3b8ffe80673202ecbfcdf393c586f2ca14fc48c69ca27af8ea03478",
|
|
"extract_dir": "curl-7.84.0_8-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",
|
|
"regex": "SHA256\\($basename\\)=\\s+$sha256"
|
|
}
|
|
}
|
|
}
|