ScoopInstaller_Main/php56.json
Keiichi Shimamura b4d0f42a74 PHP 5.6.18
2016-02-08 14:11:20 -05:00

22 lines
763 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-Win32-VC11-x64.zip",
"hash": "sha1:b9763b0d20e45c0cb61bbbfe428316554ff3f2ba"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-5.6.18-Win32-VC11-x86.zip",
"hash": "sha1:f99ca7f6ca4cc64e11289924548fd3ae366768ec"
}
},
"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>"
}
}