From 87ca3468b2880a16c27ee23d0a10d6aea8e4f1da Mon Sep 17 00:00:00 2001 From: Matthew Harmon Date: Thu, 17 Dec 2015 12:14:38 -0600 Subject: [PATCH] Added the proper hash values of the download. --- php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.json b/php.json index 03931d81e5..cd96fc7c0e 100644 --- a/php.json +++ b/php.json @@ -5,11 +5,11 @@ "architecture": { "64bit": { "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x64.zip", - "hash": "sha1:651a0aad1522ea8c6568f3153f0a4de742d880be" + "hash": "sha1:0cf3e2c53d3d54a94044b993115e5f5cc425b511" }, "32bit": { "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x86.zip", - "hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c" + "hash": "sha1:9a6c8d44d658ef7710ea0b45028d501490ee94a1" } }, "bin": "php.exe",