mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
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:
parent
6747f4a12c
commit
a63343b593
4
php.json
4
php.json
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user