From 7d4d1b9afc4a40be259a0e1dac8fc7a8d025899b Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sat, 21 Mar 2015 11:35:32 +1100 Subject: [PATCH] Updated broken wget urls to new mirror Fixes #295 Updated to 1.16.3 --- wget.json | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/wget.json b/wget.json index abf281353a..c09d0faab2 100644 --- a/wget.json +++ b/wget.json @@ -1,15 +1,29 @@ { - "homepage": "http://users.ugent.be/~bpuype/wget/", + "homepage": "https://eternallybored.org/misc/wget/", "license": "GPL3", - "version": "1.11.4", - "url": [ - "http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe", - "http://curl.haxx.se/ca/cacert.pem" - ], - "hash": [ - "sha1:457b1cd985ed07baffd8c66ff40e9c1b6da93753", - "" - ], + "version": "1.16.3", + "architecture": { + "64bit": { + "url": [ + "https://eternallybored.org/misc/wget/wget-1.16.3-win64.zip", + "http://curl.haxx.se/ca/cacert.pem" + ], + "hash": [ + "85e5393ffd473f7bec40b57637fd09b6808df86c06f846b6885b261a8acac8c5", + "" + ] + }, + "32bit": { + "url": [ + "https://eternallybored.org/misc/wget/wget-1.16.3-win32.zip", + "http://curl.haxx.se/ca/cacert.pem" + ], + "hash": [ + "2ef82af3070abfdaf3862baff0bffdcb3c91c8d75e2f02c8720d90adb9d7a8f7", + "" + ] + } + }, "bin": "wget.exe", "post_install": "\"ca_certificate=$dir\\cacert.pem\" | out-file $dir\\wget.ini -encoding default" } \ No newline at end of file