From 7a6e638a1ca5fc6575921ae790c84fd7c1328226 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 18 Oct 2013 22:46:21 +1000 Subject: [PATCH] wget 1.11.4 (download cacert.pem to avoid certificate errors) #3 --- wget.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/wget.json b/wget.json index 22adb6ee27..abf281353a 100644 --- a/wget.json +++ b/wget.json @@ -2,7 +2,14 @@ "homepage": "http://users.ugent.be/~bpuype/wget/", "license": "GPL3", "version": "1.11.4", - "url": "http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe", - "hash": "sha1:457b1cd985ed07baffd8c66ff40e9c1b6da93753", - "bin": "wget.exe" + "url": [ + "http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe", + "http://curl.haxx.se/ca/cacert.pem" + ], + "hash": [ + "sha1:457b1cd985ed07baffd8c66ff40e9c1b6da93753", + "" + ], + "bin": "wget.exe", + "post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default" } \ No newline at end of file