diff --git a/apache.json b/apache.json index db6f2d4728..0e2225deed 100644 --- a/apache.json +++ b/apache.json @@ -3,7 +3,7 @@ "version": "2.4.9", "license": "Apache 2.0", "url": "http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.9-win32-VC11.zip", - "hash": "2CA9660BC5CCB467A092331F50CA0AB4AA2E80820FB8EAE8BA3803B0EF677729", + "hash": "63888AD2C72CA256FF9E627B387A751B3AAA8CD2CFA966DF2E6CC85E71A88A27", "extract_dir": "Apache24", "bin": [ "bin\\ab.exe", diff --git a/nginx.json b/nginx.json index 472f36cb6a..8262260a88 100644 --- a/nginx.json +++ b/nginx.json @@ -1,9 +1,9 @@ { "homepage": "http://nginx.org", - "version": "1.5.12", + "version": "1.5.13", "license": "BSD", - "url": "http://nginx.org/download/nginx-1.5.12.zip", - "hash": "DB21C0525F0F6DCEE9ADC9B1042A8C95E99E25E185F56298A6CC25D33EBC19EF", - "extract_dir": "nginx-1.5.12", + "url": "http://nginx.org/download/nginx-1.5.13.zip", + "hash": "3DB4C66079F70678567D10BCD4337A127FE5C98D137F370F4C3CF6C0DD39CB14", + "extract_dir": "nginx-1.5.13", "bin": "nginx.exe" -} \ No newline at end of file +} diff --git a/php.json b/php.json index 361d57b74c..023e706bce 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.10", + "version": "5.5.11", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.10-Win32-VC11-x86.zip", - "hash": "sha1:b891871d4aba8e0a88e8847fce05655783b5cd92", + "url": "http://windows.php.net/downloads/releases/php-5.5.11-Win32-VC11-x86.zip", + "hash": "sha1:057f5d3ff5ed9c342c9bd3f7c836bd4e44e3d75b", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" }