Johnny Anderson dos Santos aebe1e0948 Update curl.json (#958)
Updated hash for cURL 7.49.1 64bits.
This version of cURL wasn't updating.
2016-07-14 08:41:42 +10:00

20 lines
767 B
JSON

{
"homepage": "http://curl.haxx.se/",
"version": "7.49.1",
"licence": "MIT",
"architecture": {
"64bit": {
"url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.49.1-win64-mingw.7z",
"hash": "40b88b76c5a9c0e443dde0294449b4885f4160816abffe4f947b29d87661137b",
"extract_dir": "curl-7.49.1-win64-mingw"
},
"32bit": {
"url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.49.1-win32-mingw.7z",
"hash": "87132b3320f3c7ded8238dedfce939a465c5de56be9aff7414139f6d95be5fce",
"extract_dir": "curl-7.49.1-win32-mingw"
}
},
"bin": "bin/curl.exe",
"checkver": "The most recent stable version is\\s*<b>([0-99\\.]+)"
}