Move php versions to versions bucket

This commit is contained in:
Simon Hartcher 2016-02-17 11:18:36 +11:00
parent 63d0598765
commit a8d11fe37c
3 changed files with 0 additions and 43 deletions

View File

@ -1,9 +0,0 @@
{
"homepage": "http://windows.php.net",
"version": "5.3.29",
"license": "http://www.php.net/license/",
"url": "http://windows.php.net/downloads/releases/archives/php-5.3.29-Win32-VC9-x86.zip",
"hash": "sha1:61615fe9db85c3ab630fe35673a1b6f45782e5d4",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
}

View File

@ -1,13 +0,0 @@
{
"homepage": "http://windows.php.net",
"version": "5.4.44",
"license": "http://www.php.net/license/",
"url": "http://windows.php.net/downloads/releases/php-5.4.44-Win32-VC9-x86.zip",
"hash": "sha1:2fcc47dff254ccae812ce2ccfd4ddf4f21ce9e8d",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": {
"url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-5.4\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
}
}

View File

@ -1,21 +0,0 @@
{
"homepage": "http://windows.php.net",
"version": "5.6.18",
"license": "http://www.php.net/license/",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-5.6.18-Win32-VC11-x64.zip",
"hash": "sha1:b9763b0d20e45c0cb61bbbfe428316554ff3f2ba"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-5.6.18-Win32-VC11-x86.zip",
"hash": "sha1:f99ca7f6ca4cc64e11289924548fd3ae366768ec"
}
},
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": {
"url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
}
}