From 850dd76d773c89bbe4271736b704fed7e2c8a560 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 3 May 2015 20:52:34 +1000 Subject: [PATCH] Fix #350 GOW fails to install due to wrong hash --- gow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gow.json b/gow.json index 74e9411e1b..2bea3125c7 100644 --- a/gow.json +++ b/gow.json @@ -1,9 +1,9 @@ { "homepage": "https://github.com/bmatzelle/gow", "version": "0.8.0", - "url": "https://github.com/bmatzelle/gow/archive/master.zip", - "hash": "12c527edbff9c90fed4b7cc5168b2ba1b64cc57ce4b12d79f2bcd40c2839d36b", - "extract_dir": "gow-master", + "url": "https://github.com/bmatzelle/gow/releases/download/v0.8.0/Gow-0.8.0.exe#.7z", + "hash": "9b06e0f9471d61d1019bf4d133c0ed23a4ccee27b6b8758a922d681469b82e42", + "extract_dir": "", "checkver": { "url": "https://github.com/bmatzelle/gow/releases", "re": "Gow ([0-9\\.]+)"