From 9a16242c681ab7eaa72f3d8ac748ce74aba6dd67 Mon Sep 17 00:00:00 2001 From: rrelmy Date: Sun, 16 Oct 2016 21:45:30 +0200 Subject: [PATCH] Update php version to 7.0.12 (#1088) --- php-nts.json | 10 +++++----- php.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/php-nts.json b/php-nts.json index 5c84f4399b..c8d5f3645c 100644 --- a/php-nts.json +++ b/php-nts.json @@ -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"], diff --git a/php.json b/php.json index 829763ae3c..7a4e74b22b 100644 --- a/php.json +++ b/php.json @@ -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" ] }