From 639ecdf45e07f63322ad7f45bc245206e58379e4 Mon Sep 17 00:00:00 2001 From: NealVanMeerbeekPXL <76704367+NealVanMeerbeekPXL@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:24:19 +0100 Subject: [PATCH] php(-nts): Allow update to 8.4 by having auto-update look for vs17 builds (#6353) --- bucket/php-nts.json | 14 +++++++------- bucket/php.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bucket/php-nts.json b/bucket/php-nts.json index 234c72203e..3f855635c2 100644 --- a/bucket/php-nts.json +++ b/bucket/php-nts.json @@ -1,5 +1,5 @@ { - "version": "8.3.14", + "version": "8.4.1", "description": "A popular general-purpose scripting language that is especially suited to web development. (non-thread safe)", "homepage": "https://windows.php.net/", "license": "PHP-3.01", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x64.zip", - "hash": "4377fb0c376e910af543efdd4c03cb2aefb14e7d1ae151d519ea6b377a946c6a" + "url": "https://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x64.zip", + "hash": "b18be6c66ce97d9eca6b1a8c10f3fb379b7b0a1d24533b5ecc52fac7d4df25f7" }, "32bit": { - "url": "https://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x86.zip", - "hash": "c0991fb767c4a3a729212a8105d67bd3d0559d6e207c6ec2038d9fe69e030fff" + "url": "https://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x86.zip", + "hash": "d0cc4c969727cd31ac9bdd6c802217f8676ebc00e6d9464a5c969b94c0caa6aa" } }, "pre_install": [ @@ -48,10 +48,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs16-x64.zip" + "url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs17-x64.zip" }, "32bit": { - "url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs16-x86.zip" + "url": "https://windows.php.net/downloads/releases/php-$version-nts-Win32-vs17-x86.zip" } }, "hash": { diff --git a/bucket/php.json b/bucket/php.json index 3bd7d33b2b..3ef1042e0e 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -1,5 +1,5 @@ { - "version": "8.3.14", + "version": "8.4.1", "description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)", "homepage": "https://windows.php.net/", "license": "PHP-3.01", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x64.zip", - "hash": "3cd79691564c3634aec79f721773bf9308f8f4698904ca7ca27281ec099480d6" + "url": "https://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x64.zip", + "hash": "020d265aa9aa2759dcd527c16ce4749cb7b8b7f70ec13cac9237f428da2eb6ee" }, "32bit": { - "url": "https://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x86.zip", - "hash": "b78c3334b611e0a2a9cfe19bc5ec1f582b12ecc9318708ecadb640907ddc3f63" + "url": "https://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x86.zip", + "hash": "f9555e4c85cd66cb6761404dac270f4bcd87947b10a727fc1d4bb99a03bb1060" } }, "pre_install": [ @@ -48,10 +48,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs16-x64.zip" + "url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs17-x64.zip" }, "32bit": { - "url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs16-x86.zip" + "url": "https://windows.php.net/downloads/releases/php-$version-Win32-vs17-x86.zip" } }, "hash": {