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/
This commit is contained in:
Matthew Harmon 2015-12-17 12:08:26 -06:00
parent 6747f4a12c
commit a63343b593

View File

@ -4,11 +4,11 @@
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "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" "hash": "sha1:651a0aad1522ea8c6568f3153f0a4de742d880be"
}, },
"32bit": { "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" "hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c"
} }
}, },