From d8504027eda7e3b24d70ba0371666584414506c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=20K=C3=A9sede?= Date: Sat, 13 Jun 2015 12:37:25 -0300 Subject: [PATCH] fix php zip hash --- php.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php.json b/php.json index df0d212b2e..0e0687884c 100644 --- a/php.json +++ b/php.json @@ -3,7 +3,7 @@ "version": "5.6.10", "license": "http://www.php.net/license/", "url": "http://windows.php.net/downloads/releases/php-5.6.10-Win32-VC11-x86.zip", - "hash": "sha1:f78e0fbb7ec2afb9a52b40dd9e2a1b85ac4724a0", + "hash": "sha1:54a708e95ce554e7b3eee6cf6cf77d9d0489e0e5", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { @@ -11,3 +11,4 @@ "re": "

.*?\\(([0-10\\.]+)\\)

" } } +