mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
Add version checks to PHP manifests
This commit is contained in:
parent
4eaaf6f07a
commit
bbdcaf22e2
6
php.json
6
php.json
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user