mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 16:11:20 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"version": "7.74.0",
|
|
"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.74.0/curl-7.74.0-win64-mingw.tar.xz",
|
|
"hash": "43093a61a0ced0ae469e60be16e16aa5584b0f72b7b6bbe278ab829f872f4866",
|
|
"extract_dir": "curl-7.74.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.74.0/curl-7.74.0-win32-mingw.tar.xz",
|
|
"hash": "14df806df338d60fd403c08c2ea9f2c157cb8a2939f9df6a1a7d5c75540ad25d",
|
|
"extract_dir": "curl-7.74.0-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})"
|
|
}
|
|
}
|
|
}
|