From 79a06fe47e2b76cb7d7263117b6ef47d38cc7fab Mon Sep 17 00:00:00 2001 From: Matthew Harmon Date: Thu, 17 Dec 2015 12:08:26 -0600 Subject: [PATCH 1/2] Update php.json for updated PHP 7 link. I was getting a 404 for the 7.0.0 and found out the download repo is 7.0.1. Link of downloads: http://windows.php.net/downloads/releases/ --- bucket/php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/php.json b/bucket/php.json index 3bed58c0b..03931d81e 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -4,11 +4,11 @@ "license": "http://www.php.net/license/", "architecture": { "64bit": { - "url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x64.zip", + "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x64.zip", "hash": "sha1:651a0aad1522ea8c6568f3153f0a4de742d880be" }, "32bit": { - "url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x86.zip", + "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x86.zip", "hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c" } }, From 2bc203f626b77cb1f2df39e239d1bae8c15bc1e7 Mon Sep 17 00:00:00 2001 From: Matthew Harmon Date: Thu, 17 Dec 2015 12:14:38 -0600 Subject: [PATCH 2/2] Added the proper hash values of the download. --- bucket/php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/php.json b/bucket/php.json index 03931d81e..cd96fc7c0 100644 --- a/bucket/php.json +++ b/bucket/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",