mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
22 lines
786 B
JSON
22 lines
786 B
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "7.0.12",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.12-nts-Win32-VC14-x64.zip",
|
|
"hash": "sha1:8eaaf9703b4e0139e3b786cba20396a11fb0ff9d"
|
|
},
|
|
"32bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.12-nts-Win32-VC14-x86.zip",
|
|
"hash": "sha1:99c38a95b84914fba450daad95086928570ea5d8"
|
|
}
|
|
},
|
|
"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\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
|
}
|
|
}
|