mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.64.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.64.1/curl-7.64.1-win64-mingw.tar.xz",
|
|
"hash": "21476f790f7e6c7252b3ebf37f070bbe80add3c83089514184974dcd30a3d558",
|
|
"extract_dir": "curl-7.64.1-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://curl.haxx.se/windows/dl-7.64.1/curl-7.64.1-win32-mingw.tar.xz",
|
|
"hash": "771e0de14374e460571274499cdef1b62b7df78ce082b128623563b1dc860df6",
|
|
"extract_dir": "curl-7.64.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})"
|
|
}
|
|
}
|
|
}
|