From dd4ef3dfb7eb38e962cb0a6a29a898b55566ed12 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 5 Aug 2013 15:39:53 +1000 Subject: [PATCH] curl: download CA bundle as well --- curl.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.json b/curl.json index f412f9b291..43827990a2 100644 --- a/curl.json +++ b/curl.json @@ -2,8 +2,14 @@ "homepage": "http://curl.haxx.se/", "version": "7.30.0", "licence": "MIT", - "url": "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip", + "url": [ + "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip", + "http://curl.haxx.se/ca/cacert.pem#/curl-ca-bundle.crt" + ], "unzip_folder": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32", - "hash": "sha256:90af768c246136c14a2ae52e8775fa4d976eda4632159bc565e1a539b4f15e1a", + "hash": [ + "sha256:90af768c246136c14a2ae52e8775fa4d976eda4632159bc565e1a539b4f15e1a", + null + ], "bin": "curl.exe" } \ No newline at end of file