Update php version to 7.0.12 (#1088)

This commit is contained in:
rrelmy 2016-10-16 21:45:30 +02:00 committed by Luke Sampson
parent eea627d9ac
commit 9a16242c68
2 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
{
"homepage": "http://windows.php.net",
"version": "7.0.8",
"version": "7.0.12",
"license": "http://www.php.net/license/",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.8-nts-Win32-VC14-x64.zip",
"hash": "59b83cdf7488b980356b61975a4c2055d60dd5f5fafad4aadacf942f2d748e7c"
"url": "http://windows.php.net/downloads/releases/php-7.0.12-nts-Win32-VC14-x64.zip",
"hash": "sha1:8eaaf9703b4e0139e3b786cba20396a11fb0ff9d"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.8-nts-Win32-VC14-x86.zip",
"hash": "89744ab8687c57e5b6ade2ebe7c2118812becefb527a2524e4eb96e31677217d"
"url": "http://windows.php.net/downloads/releases/php-7.0.12-nts-Win32-VC14-x86.zip",
"hash": "sha1:99c38a95b84914fba450daad95086928570ea5d8"
}
},
"bin": ["php.exe", "php-cgi.exe"],

View File

@ -1,25 +1,25 @@
{
"homepage": "http://windows.php.net",
"version": "7.0.10",
"version": "7.0.12",
"license": "https://www.php.net/license/",
"architecture": {
"64bit": {
"url": [
"http://windows.php.net/downloads/releases/php-7.0.11-Win32-VC14-x64.zip",
"http://windows.php.net/downloads/releases/php-7.0.12-Win32-VC14-x64.zip",
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
],
"hash": [
"sha1:8e7e991326204324a35645306f74ad4f7a49a0eb",
"sha1:8ccc6b638ce88f1461bb9a39f6784ed92419163d",
"acf65e565021f2017815fc5ec8a3145cf6c15e75c132cf23a378cc943e68327c"
]
},
"32bit": {
"url": [
"http://windows.php.net/downloads/releases/php-7.0.11-Win32-VC14-x86.zip",
"http://windows.php.net/downloads/releases/php-7.0.12-Win32-VC14-x86.zip",
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
],
"hash": [
"sha1:6267367f2150a61ccbeaf102ee453bf659706899",
"sha1:9e4213b64b60be99692317b9b156929881698335",
"b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
]
}