mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +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.66.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win64-mingw.tar.xz",
|
|
"hash": "46913680e10fdb5ab4f4690f16b03f6b3046235b3ee122624f583a5edc31c755",
|
|
"extract_dir": "curl-7.66.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.66.0/curl-7.66.0-win32-mingw.tar.xz",
|
|
"hash": "f877c1812c48a85aace20c3a8b2eeb2719274d9c3f1c65679fa890738f601c97",
|
|
"extract_dir": "curl-7.66.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})"
|
|
}
|
|
}
|
|
}
|