From 84ac8820ccad1b3667b86f79cb43e3a7989e5ffd Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 23 Jun 2014 08:51:33 +1000 Subject: [PATCH] curl 7.37.0 --- curl.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/curl.json b/curl.json index 1886fe93c5..d38ef11550 100644 --- a/curl.json +++ b/curl.json @@ -1,10 +1,19 @@ { "homepage": "http://curl.haxx.se/", - "version": "7.36.0", + "version": "7.37.0", "licence": "MIT", - "url": "http://www.confusedbycode.com/curl/curl-7.36.0-win32-fix1.zip", - "hash": "dc0843904a2346d9de20386c50520270fede766549fd52fc90e54509ade68dde", - "extract_dir": "curl-7.36.0-win32", + "architecture": { + "64bit": { + "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", "checkver": "The most recent stable version of curl is version ([0-99\\.]+)" } \ No newline at end of file