mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
php(-nts): Update to version 8.0.0 (#1618)
This commit is contained in:
parent
f84c327279
commit
a8fafe60c4
@ -2,15 +2,15 @@
|
||||
"homepage": "https://windows.php.net/",
|
||||
"description": "A popular general-purpose scripting language that is especially suited to web development. (non-thread safe)",
|
||||
"license": "PHP-3.01",
|
||||
"version": "7.4.13",
|
||||
"version": "8.0.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-7.4.13-nts-Win32-VC15-x64.zip",
|
||||
"hash": "38a0a759d677cd47c9a7b71d308ea93cda62b5eb70af5f8beea6e233a744accc"
|
||||
"url": "https://windows.php.net/downloads/releases/php-8.0.0-nts-Win32-vs16-x64.zip",
|
||||
"hash": "d2a24b60cc4cb337bcc4869d3aaabe53b641254882dfe63f95baa32035c8807c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-7.4.13-nts-Win32-VC15-x86.zip",
|
||||
"hash": "5173011bd29b4ed8ffe4c5e5937daf18d556fe45bff3508ed656a644eb826e02"
|
||||
"url": "https://windows.php.net/downloads/releases/php-8.0.0-nts-Win32-vs16-x86.zip",
|
||||
"hash": "97a3c39abc900c04f2e53a85222e5f82f23d9b2924ce640d1540a292d9015e7b"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -45,10 +45,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-VC15-x64.zip"
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs16-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-VC15-x86.zip"
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs16-x86.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
@ -56,6 +56,6 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2017"
|
||||
"vcredist": "extras/vcredist2019"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,15 +2,15 @@
|
||||
"homepage": "https://windows.php.net/",
|
||||
"description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)",
|
||||
"license": "PHP-3.01",
|
||||
"version": "7.4.13",
|
||||
"version": "8.0.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-7.4.13-Win32-VC15-x64.zip",
|
||||
"hash": "f8044e0fe9c71e1ec7a74f5edb35d08d844c3ff546f981de4812091574c2fe20"
|
||||
"url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x64.zip",
|
||||
"hash": "712d36f5f40f128e0d5fc7dca03f2386c9f39cd250ecd1a25fb574d3d28ffa49"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-7.4.13-Win32-VC15-x86.zip",
|
||||
"hash": "6433f2dd6d7b52fd7bc4996126a0767ac96f31f1c4a40c648dba736fd0373af7"
|
||||
"url": "https://windows.php.net/downloads/releases/php-8.0.0-Win32-vs16-x86.zip",
|
||||
"hash": "63d53a937c6d7e5b056012e25911b0d0cb576cd3f16b104d0e9500e581283729"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -45,10 +45,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-Win32-VC15-x64.zip"
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs16-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-Win32-VC15-x86.zip"
|
||||
"url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs16-x86.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
@ -56,6 +56,6 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2017"
|
||||
"vcredist": "extras/vcredist2019"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user