From a66e2c69bc1ad59c6ad86a6223c47d80734d1e75 Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Sun, 27 Mar 2016 03:07:42 -0400 Subject: [PATCH] Add hash algorithm label for verbosity Prevents breaking if this changes sometime in the future --- apache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache.json b/apache.json index 2ec2539c09..505ed65e96 100644 --- a/apache.json +++ b/apache.json @@ -5,11 +5,11 @@ "architecture": { "64bit": { "url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.18-win64-VC14.zip", - "hash": "543AFF046B0EA2BF58BE76D7D20FCD1FA16EEC9AE836CA4639FEB1C2A7E09CFA" + "hash": "sha256:543aff046b0ea2bf58be76d7d20fcd1fa16eec9ae836ca4639feb1c2a7e09cfa" }, "32bit": { "url": "https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.18-win32-VC14.zip", - "hash": "2259BEA85CBCB4E9E525BFFF0863B4AE3EAE5F91FDDB153191FD310575A04F38" + "hash": "sha256:2259bea85cbcb4e9e525bfff0863b4ae3eae5f91fddb153191fd310575a04f38" } }, "extract_dir": "Apache24",