From a2d2f236fb39024f0357ff27def1c47f805e21c0 Mon Sep 17 00:00:00 2001 From: monotykamary Date: Sat, 14 May 2016 05:12:28 +0700 Subject: [PATCH] Update cURL to 7.48.0 (#851) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SHA-256 taken from 7zip; [curl manifest file tested on external bucket](http://puu.sh/oQq83/d131b4a4fa.png) Mirror changes: - mirror confusedbycode.com looks abandoned; - mirror bintray.com from list Win32/Win64 - Generic (Viktor Szakáts) was chosen - build project page for windows is hosted on https://github.com/vszakats/harbour-deps --- curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/curl.json b/curl.json index 8603979f7f..43609ccf0a 100644 --- a/curl.json +++ b/curl.json @@ -1,17 +1,17 @@ { "homepage": "http://curl.haxx.se/", - "version": "7.46.0", + "version": "7.48.0", "licence": "MIT", "architecture": { "64bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.46.0-win64.zip", - "hash": "e2c817f82bb0f5eec8c33468945b7630d2350f79236f4389686162533b01374c", - "extract_dir": "curl-7.46.0-win64" + "url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.48.0-win64-mingw.7z", + "hash": "c551debf524811ee56c46110e0bad82897adc6880cb2a0d70e69f33bdfe6cbbb", + "extract_dir": "curl-7.48.0-win64-mingw" }, "32bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.46.0-win32.zip", - "hash": "c75c8853c0f37c4eb95913ea1e341a4b1047cd9e097a7206fa26362d2a68fc9b", - "extract_dir": "curl-7.46.0-win32" + "url": "https://bintray.com/artifact/download/vszakats/generic/curl-7.48.0-win32-mingw.7z", + "hash": "bc29ca8bb15a52000b61f786cbc35839392d03f40c0b597071c8f087efd28715", + "extract_dir": "curl-7.48.0-win32-mingw" } }, "bin": "bin/curl.exe",