diff --git a/curl.json b/curl.json index a8a7feae6d..9944b07c94 100644 --- a/curl.json +++ b/curl.json @@ -1,17 +1,17 @@ { "homepage": "http://curl.haxx.se/", - "version": "7.43.0", + "version": "7.45.0", "licence": "MIT", "architecture": { "64bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.43.0-win64.zip", - "hash": "ef2eb41ddfbecd7ec4b186decdf7a9257894eb3f75b9624460a1bb34e4941019", - "extract_dir": "curl-7.43.0-win64" + "url": "http://www.confusedbycode.com/curl/curl-7.45.0-win64.zip", + "hash": "880ebdb790effa1b28e7fd2d26b18941efb9b167f336baa3d789bc226f0a05eb", + "extract_dir": "curl-7.45.0-win64" }, "32bit": { - "url": "http://www.confusedbycode.com/curl/curl-7.43.0-win32.zip", - "hash": "0ff74737d4df54a955c8cb2689dd27abd0e835210951c4401825e95a95273690", - "extract_dir": "curl-7.43.0-win32" + "url": "http://www.confusedbycode.com/curl/curl-7.45.0-win32.zip", + "hash": "ae3e468a14bfdf28babc12aa605bf94f45c750fa5aa97b0aaccf05d5d8dae43e", + "extract_dir": "curl-7.45.0-win32" } }, "bin": "bin/curl.exe", diff --git a/nginx.json b/nginx.json index a397d796e9..d97443bbec 100644 --- a/nginx.json +++ b/nginx.json @@ -1,9 +1,9 @@ { "homepage": "http://nginx.org", - "version": "1.9.0", + "version": "1.9.6", "license": "BSD", - "url": "http://nginx.org/download/nginx-1.9.0.zip", - "hash": "b8fcb510377234fb874d2504e54fe2e7ae09ab8996fe408a3c1a54a709695d65", - "extract_dir": "nginx-1.9.0", + "url": "http://nginx.org/download/nginx-1.9.6.zip", + "hash": "728f857eed412afd136276828295d10b6345c6879e74c0bc8872bbd7a2a55652", + "extract_dir": "nginx-1.9.6", "bin": "nginx.exe" } diff --git a/php-nts.json b/php-nts.json new file mode 100644 index 0000000000..d497dc4321 --- /dev/null +++ b/php-nts.json @@ -0,0 +1,21 @@ +{ + "homepage": "http://windows.php.net", + "version": "5.6.15", + "license": "http://www.php.net/license/", + "architecture": { + "64bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x64.zip", + "hash": "sha1:1108a921c993c0f767aa03262b0f02cab9a83f9b" + }, + "32bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x86.zip", + "hash": "sha1:c9f0aefb6add0b0afa9dab1b640333d8a7789a66" + } + }, + "bin": "php.exe", + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

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

" + } +} diff --git a/php.json b/php.json index 7af45406a4..ff28e227c1 100644 --- a/php.json +++ b/php.json @@ -2,8 +2,16 @@ "homepage": "http://windows.php.net", "version": "5.6.15", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x86.zip", - "hash": "sha1:f33b3a724a0dc8657f868f9f47f3eabcf94ff393", + "architecture": { + "64bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x64.zip", + "hash": "sha1:626aa7ac0642eab2d6167f556fd564e4503e17b8" + }, + "32bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x86.zip", + "hash": "sha1:f33b3a724a0dc8657f868f9f47f3eabcf94ff393" + } + }, "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { @@ -11,4 +19,3 @@ "re": "

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

" } } - diff --git a/php52.json b/php52.json deleted file mode 100644 index dfb0a5b4cb..0000000000 --- a/php52.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "homepage": "http://windows.php.net", - "version": "5.2.9-2", - "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/archives/php-5.2.9-2-Win32-VC6-x86.zip", - "hash": "sha1:6069BC2BEE6928F5B053CDFD65EBF709F902F3CA", - "bin": "php.exe", - "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" -}