From 827cbaf9f7c99deb03f4f93a9140e5b7a790e307 Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Thu, 24 Jul 2014 23:46:13 -0400 Subject: [PATCH] PHP 5.5.15 fix hash --- php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.json b/php.json index 81dc0537d9..4a1a78873b 100644 --- a/php.json +++ b/php.json @@ -3,7 +3,7 @@ "version": "5.5.15", "license": "http://www.php.net/license/", "url": "http://windows.php.net/downloads/releases/php-5.5.15-Win32-VC11-x86.zip", - "hash": "sha1:d367fd9c56d48649b01e2818d43bc46196b74a7e", + "hash": "sha1:41ff9a5b5f44b927f4e3105577ffd2138ed647ce", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" }