mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +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": "6888c286231a717f95ec236fc9fb934efbd45999d79874398b988c29325a7fe6",
|
|
"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": "dc2f7bb9b54abde58f8157fc560ed41f13366d2a66e9fa941d59a54797cc7cea",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|