From 9096289980b84eae7608df48eea20c1c3e291158 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Tue, 28 Apr 2015 13:38:25 +1000 Subject: [PATCH] Remove hash for jq as there is no version in the url --- jq.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jq.json b/jq.json index eaae02bdab..3e8f887570 100644 --- a/jq.json +++ b/jq.json @@ -3,12 +3,10 @@ "license": "http://creativecommons.org/licenses/by/3.0/", "architecture": { "32bit": { - "url": "http://stedolan.github.io/jq/download/win32/jq.exe", - "hash": "e08ca23dc637e8c0fe1577f592a9367e036f5b3f4c10b189c53943b0c8868866" + "url": "http://stedolan.github.io/jq/download/win32/jq.exe" }, "64bit": { - "url": "http://stedolan.github.io/jq/download/win64/jq.exe", - "hash": "1c96fd65fd60763b92a28c7ee1290eeb974bc69b71b963d0e45cbfca1625565e" + "url": "http://stedolan.github.io/jq/download/win64/jq.exe" } }, "homepage": "http://stedolan.github.io/jq/",