Add version checks to PHP manifests

This commit is contained in:
Jonathan Rehm 2014-09-13 10:01:52 -07:00
parent 4eaaf6f07a
commit bbdcaf22e2
4 changed files with 20 additions and 4 deletions

View File

@ -5,5 +5,9 @@
"url": "http://windows.php.net/downloads/releases/php-5.6.0-Win32-VC11-x86.zip",
"hash": "sha1:ff7ad8ae2211b0e2e9a6d45f6132e8899fb48790",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
"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>"
}
}

View File

@ -5,5 +5,9 @@
"url": "http://windows.php.net/downloads/releases/php-5.3.29-Win32-VC9-x86.zip",
"hash": "sha1:61615fe9db85c3ab630fe35673a1b6f45782e5d4",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": {
"url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-5.3\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
}
}

View File

@ -5,5 +5,9 @@
"url": "http://windows.php.net/downloads/releases/php-5.4.32-Win32-VC9-x86.zip",
"hash": "sha1:6f50c17a01ab1aaed9580c6567af7495ef39e276",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
"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

@ -5,5 +5,9 @@
"url": "http://windows.php.net/downloads/releases/php-5.5.16-Win32-VC11-x86.zip",
"hash": "sha1:878becf0c25e5dc487e047305dcb3488be8075ce",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": {
"url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-5.5\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
}
}