curl 7.37.0

This commit is contained in:
Luke Sampson 2014-06-23 08:51:33 +10:00
parent eca38d1793
commit 84ac8820cc

View File

@ -1,10 +1,19 @@
{ {
"homepage": "http://curl.haxx.se/", "homepage": "http://curl.haxx.se/",
"version": "7.36.0", "version": "7.37.0",
"licence": "MIT", "licence": "MIT",
"url": "http://www.confusedbycode.com/curl/curl-7.36.0-win32-fix1.zip", "architecture": {
"hash": "dc0843904a2346d9de20386c50520270fede766549fd52fc90e54509ade68dde", "64bit": {
"extract_dir": "curl-7.36.0-win32", "url": "http://www.confusedbycode.com/curl/curl-7.37.0-win64.zip",
"hash": "4a6bc5a90845c4308a7021a57c026d66d34f0a1a77e17ecda53a3908c6563769",
"extract_dir": "curl-7.37.0-win64"
},
"32bit": {
"url": "http://www.confusedbycode.com/curl/curl-7.37.0-win32.zip",
"hash": "21961bc650f8fced26ca5addb8a1012e15e53ac96f774479c6da6c5a4f925cb5",
"extract_dir": "curl-7.37.0-win32"
}
},
"bin": "bin/curl.exe", "bin": "bin/curl.exe",
"checkver": "The most recent stable version of curl is version ([0-99\\.]+)" "checkver": "The most recent stable version of curl is version ([0-99\\.]+)"
} }