From a8fafe60c4cd45d5b74a0934fb2bd232eb666647 Mon Sep 17 00:00:00 2001 From: Nathan Mueller Date: Fri, 27 Nov 2020 01:48:10 -0700 Subject: [PATCH] php(-nts): Update to version 8.0.0 (#1618) --- bucket/php-nts.json | 16 ++++++++-------- bucket/php.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bucket/php-nts.json b/bucket/php-nts.json index 2dcad8cf35..c29152c1fe 100644 --- a/bucket/php-nts.json +++ b/bucket/php-nts.json @@ -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" } } diff --git a/bucket/php.json b/bucket/php.json index 2564c7cb06..d33c02aaaa 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -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" } }