ScoopInstaller_Main/php-nts.json
2015-11-09 23:15:20 -08:00

22 lines
771 B
JSON

{
"homepage": "http://windows.php.net",
"version": "5.6.15",
"license": "http://www.php.net/license/",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x64.zip",
"hash": "sha1:1108a921c993c0f767aa03262b0f02cab9a83f9b"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x86.zip",
"hash": "sha1:c9f0aefb6add0b0afa9dab1b640333d8a7789a66"
}
},
"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>"
}
}