mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://curl.haxx.se/",
|
|
"version": "7.54.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.54.0-win64-mingw.7z#/dl.7z",
|
|
"hash": "bca3faf3cf8b1ccda58dbf43f98f8335f9aaef8bea64979ce790f544597056df",
|
|
"extract_dir": "curl-7.54.0-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.54.0-win32-mingw.7z#/dl.7z",
|
|
"hash": "d65fb418b56f60db69358e95cb463f17ed4a11572195776c9c84c807b75245e1",
|
|
"extract_dir": "curl-7.54.0-win32-mingw"
|
|
}
|
|
},
|
|
"bin": "bin\\curl.exe",
|
|
"checkver": {
|
|
"url": "https://curl.haxx.se/download.html",
|
|
"re": "curl ([\\d.]+)"
|
|
},
|
|
"suggest": {
|
|
"cacert": [
|
|
"cacert"
|
|
]
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win64-mingw.7z#/dl.7z",
|
|
"extract_dir": "curl-$version-win64-mingw"
|
|
},
|
|
"32bit": {
|
|
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-$version-win32-mingw.7z#/dl.7z",
|
|
"extract_dir": "curl-$version-win32-mingw"
|
|
}
|
|
}
|
|
}
|
|
}
|