ScoopInstaller_Main/php-nts.json
2016-03-02 14:58:22 +01:00

22 lines
771 B
JSON

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