mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
Update php to version 7.2.0
This commit is contained in:
parent
271eba92de
commit
93621cc2c8
16
php-nts.json
16
php-nts.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"homepage": "http://windows.php.net",
|
||||
"version": "7.1.12",
|
||||
"version": "7.2.0",
|
||||
"license": "https://php.net/license/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.12-nts-Win32-VC14-x64.zip",
|
||||
"hash": "a0da2b2b5f93ca38129e3748623877e1ccb7fb91e53795f5e4edf97e2a6f29e6"
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x64.zip",
|
||||
"hash": "85a325601d0442dcefbd02fd859f3c6cc1580349857c2d21c8be58cd1e4d8f23"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.12-nts-Win32-VC14-x86.zip",
|
||||
"hash": "ae63d9eefa20e3dff23a2605d8b53beac86fefaf8e2c240a136cd6e3e724c563"
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x86.zip",
|
||||
"hash": "f5c1317e557ec814377a18af3ad325a59da8a9d127660ab1a03562b14824f686"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -43,15 +43,15 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
|
||||
",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-7.1\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
"re": "<h3 id=\"php-7.2\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x64.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC15-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC14-x86.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-nts-Win32-VC15-x86.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
16
php.json
16
php.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"homepage": "http://windows.php.net",
|
||||
"version": "7.1.12",
|
||||
"version": "7.2.0",
|
||||
"license": "https://php.net/license/",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.12-Win32-VC14-x64.zip",
|
||||
"hash": "2cb22645e8e45ef791c50afc07e1134c5dcd6ad513e54308845f0cd7517d809f"
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.2.0-Win32-VC15-x64.zip",
|
||||
"hash": "275c58e86e0490146684e4f731917484306a3f269dc6f6f55f31aabb808743d0"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.1.12-Win32-VC14-x86.zip",
|
||||
"hash": "50da3d7d9f8eda0d1a704a679bdc49c295028ca8d713289eea1f0692797c46ac"
|
||||
"url": "http://windows.php.net/downloads/releases/php-7.2.0-Win32-VC15-x86.zip",
|
||||
"hash": "28bd43ba9148549f8b70b28ae33415b3103e3b3cbaabcd4619fdac47a1739f7f"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -43,15 +43,15 @@ if (!(Test-Path \"$dir\\cli\\conf.d\")) {
|
||||
",
|
||||
"checkver": {
|
||||
"url": "http://windows.php.net/download/",
|
||||
"re": "<h3 id=\"php-7.1\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
"re": "<h3 id=\"php-7.2\".*?>.*?\\(([\\d.]+)\\)</h3>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x64.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC15-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC14-x86.zip"
|
||||
"url": "http://windows.php.net/downloads/releases/php-$version-Win32-VC15-x86.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user