mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
22 lines
760 B
JSON
22 lines
760 B
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "7.0.2",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.2-Win32-VC14-x64.zip",
|
|
"hash": "sha1:8546ad18e83553438ba71a0498169b64bf12d1c8"
|
|
},
|
|
"32bit": {
|
|
"url": "http://windows.php.net/downloads/releases/php-7.0.2-Win32-VC14-x86.zip",
|
|
"hash": "sha1:e8da25333b4bb2c1976496d0b1f5269a12c80c2a"
|
|
}
|
|
},
|
|
"bin": "php.exe",
|
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
|
"checkver": {
|
|
"url": "http://windows.php.net/download/",
|
|
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
|
}
|
|
}
|