mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 10:21:25 +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.61.1_7",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1_7/curl-7.61.1_7-win64-mingw.tar.xz",
|
|
"hash": "0b75f61fee412477f1b2e7c68d2e1a74512d6dc977d57eb2f503eb982aff6e96",
|
|
"extract_dir": "curl-7.61.1-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.61.1_7/curl-7.61.1_7-win32-mingw.tar.xz",
|
|
"hash": "a77ca342233c6677a4abbf3209fd367ab6b89edd978b65bdd4ad2c283648c7e1",
|
|
"extract_dir": "curl-7.61.1-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})"
|
|
}
|
|
}
|
|
}
|