From c776c7b5268b438cab6d61a95afc2399fcb426f5 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Sun, 7 Apr 2019 18:19:35 +0800 Subject: [PATCH] wget: Fix 64bit hash (#3308) closes #3309 --- wget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wget.json b/wget.json index 5cce3d2fb7..6c7501fd87 100644 --- a/wget.json +++ b/wget.json @@ -5,7 +5,7 @@ "architecture": { "64bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip", - "hash": "c0d150fcf41d4646410c6d5a9ef3831a0b27209be533fb4033f62d1daa348ce9" + "hash": "9dea6d658ab14a77958233a116a86bc2f5adb1feb425848d58f918d354bdd1ea" }, "32bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",