mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
php 5.6.10 (fix checkver regex)
This commit is contained in:
parent
d8504027ed
commit
2b9cb4e230
2
php.json
2
php.json
@ -8,7 +8,7 @@
|
|||||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://windows.php.net/download/",
|
"url": "http://windows.php.net/download/",
|
||||||
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-10\\.]+)\\)</h3>"
|
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user