From a60c0534e55af536dfd7f73a2ae5a83f4fde59c0 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 26 Jul 2016 23:38:40 +0200 Subject: [PATCH] fixing hash issue (#968) When sha1 is used, we need to specify "sha1:" in the hash --- php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.json b/php.json index 06a2becb68..4782e75e79 100644 --- a/php.json +++ b/php.json @@ -9,7 +9,7 @@ "https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll" ], "hash": [ - "8d4629bbbd07f29e5ab1665f4ce1c59b34e3a8e0", + "sha1:8d4629bbbd07f29e5ab1665f4ce1c59b34e3a8e0", "acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c" ] }, @@ -19,7 +19,7 @@ "https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll" ], "hash": [ - "7fc3b5e2ef75f7aa8cde22d6a775664bcc690f05", + "sha1:7fc3b5e2ef75f7aa8cde22d6a775664bcc690f05", "b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e" ] }