From f92edc2b9581ac88587f429370ff92cec55d0f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=20K=C3=A9sede?= Date: Sat, 13 Jun 2015 12:31:17 -0300 Subject: [PATCH] Fix broken url --- php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.json b/php.json index a88dfa2649..df0d212b2e 100644 --- a/php.json +++ b/php.json @@ -1,13 +1,13 @@ { "homepage": "http://windows.php.net", - "version": "5.6.9", + "version": "5.6.10", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.6.9-Win32-VC11-x86.zip", + "url": "http://windows.php.net/downloads/releases/php-5.6.10-Win32-VC11-x86.zip", "hash": "sha1:f78e0fbb7ec2afb9a52b40dd9e2a1b85ac4724a0", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { "url": "http://windows.php.net/download/", - "re": "

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

" + "re": "

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

" } }