mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
22 lines
823 B
JSON
22 lines
823 B
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "7.0.8",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.8-nts-Win32-VC14-x64.zip",
|
|
"hash": "59b83cdf7488b980356b61975a4c2055d60dd5f5fafad4aadacf942f2d748e7c"
|
|
},
|
|
"32bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.8-nts-Win32-VC14-x86.zip",
|
|
"hash": "89744ab8687c57e5b6ade2ebe7c2118812becefb527a2524e4eb96e31677217d"
|
|
}
|
|
},
|
|
"bin": ["php.exe", "php-cgi.exe"],
|
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
|
"checkver": {
|
|
"url": "http://windows.php.net/download/",
|
|
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
|
}
|
|
}
|