mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
22 lines
788 B
JSON
22 lines
788 B
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "5.6.20",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x64.zip",
|
|
"hash": "sha1:fe4531a5d1c8757201c200ba21a4b08d1bc24c99"
|
|
},
|
|
"32bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x86.zip",
|
|
"hash": "sha1:d85ae6f6c7ff646969b5002ad4a8737d9241c8e5"
|
|
}
|
|
},
|
|
"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-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
|
}
|
|
}
|