2017-02-28 21:28:31 +01:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://curl.haxx.se/",
"version": "7.53.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win64-mingw.7z#/dl.7z",
"hash": "f204fe863291ee840517cf57a40f21aaec877d04f0662011cf52121392a448df",
"extract_dir": "curl-7.53.1-win64-mingw"
},
"32bit": {
"url": "https://bintray.com/vszakats/generic/download_file?file_path=curl-7.53.1-win32-mingw.7z#/dl.7z",
"hash": "587b9998a89c3aa799e97c1e64b47375c6ed72b3b57047061576d273be396b37",
"extract_dir": "curl-7.53.1-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"
}
}
}
}