mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Remove unused checkvers
This commit is contained in:
parent
985b2365f7
commit
cc568e6d9a
@ -5,9 +5,5 @@
|
||||
"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\"",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-5.2\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||
}
|
||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
|
||||
}
|
||||
|
||||
@ -5,9 +5,5 @@
|
||||
"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\"",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-5.3\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||
}
|
||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user