mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://curl.haxx.se/",
|
|
"version": "7.53.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.0-win64-mingw.7z#/curl-7.53.0-win64-mingw.7z",
|
|
"hash": "535afd0785d95d782f665faff0c4939128ed167b576e68632b19475fa7a8ccc5",
|
|
"extract_dir": "curl-7.53.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.0-win32-mingw.7z#/curl-7.53.0-win32-mingw.7z",
|
|
"hash": "4ef9977ace6a3dfaad87eb4047c0cc0602cf78d70bcf7300671f80d15dfa3b7f",
|
|
"extract_dir": "curl-7.53.0-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/download.html",
|
|
"re": "curl ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win64-mingw.7z#/curl-$version-win64-mingw.7z",
|
|
"extract_dir": "curl-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win32-mingw.7z#/curl-$version-win32-mingw.7z",
|
|
"extract_dir": "curl-$version-win32-mingw"
|
|
}
|
|
}
|
|
}
|
|
}
|