mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
Fix broken url
This commit is contained in:
parent
c1f22eac7b
commit
f92edc2b95
6
php.json
6
php.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"homepage": "http://windows.php.net",
|
||||
"version": "5.6.9",
|
||||
"version": "5.6.10",
|
||||
"license": "http://www.php.net/license/",
|
||||
"url": "http://windows.php.net/downloads/releases/php-5.6.9-Win32-VC11-x86.zip",
|
||||
"url": "http://windows.php.net/downloads/releases/php-5.6.10-Win32-VC11-x86.zip",
|
||||
"hash": "sha1:f78e0fbb7ec2afb9a52b40dd9e2a1b85ac4724a0",
|
||||
"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>"
|
||||
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-10\\.]+)\\)</h3>"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user