php(-nts): Allow update to 8.4 by having auto-update look for vs17 builds (#6353)

This commit is contained in:
NealVanMeerbeekPXL 2024-12-02 04:24:19 +01:00 committed by GitHub
parent 3157e4e518
commit 639ecdf45e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View File

@ -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)", "description": "A popular general-purpose scripting language that is especially suited to web development. (non-thread safe)",
"homepage": "https://windows.php.net/", "homepage": "https://windows.php.net/",
"license": "PHP-3.01", "license": "PHP-3.01",
@ -8,12 +8,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x64.zip", "url": "https://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x64.zip",
"hash": "4377fb0c376e910af543efdd4c03cb2aefb14e7d1ae151d519ea6b377a946c6a" "hash": "b18be6c66ce97d9eca6b1a8c10f3fb379b7b0a1d24533b5ecc52fac7d4df25f7"
}, },
"32bit": { "32bit": {
"url": "https://windows.php.net/downloads/releases/php-8.3.14-nts-Win32-vs16-x86.zip", "url": "https://windows.php.net/downloads/releases/php-8.4.1-nts-Win32-vs17-x86.zip",
"hash": "c0991fb767c4a3a729212a8105d67bd3d0559d6e207c6ec2038d9fe69e030fff" "hash": "d0cc4c969727cd31ac9bdd6c802217f8676ebc00e6d9464a5c969b94c0caa6aa"
} }
}, },
"pre_install": [ "pre_install": [
@ -48,10 +48,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {

View File

@ -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)", "description": "A popular general-purpose scripting language that is especially suited to web development. (thread safe)",
"homepage": "https://windows.php.net/", "homepage": "https://windows.php.net/",
"license": "PHP-3.01", "license": "PHP-3.01",
@ -8,12 +8,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x64.zip", "url": "https://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x64.zip",
"hash": "3cd79691564c3634aec79f721773bf9308f8f4698904ca7ca27281ec099480d6" "hash": "020d265aa9aa2759dcd527c16ce4749cb7b8b7f70ec13cac9237f428da2eb6ee"
}, },
"32bit": { "32bit": {
"url": "https://windows.php.net/downloads/releases/php-8.3.14-Win32-vs16-x86.zip", "url": "https://windows.php.net/downloads/releases/php-8.4.1-Win32-vs17-x86.zip",
"hash": "b78c3334b611e0a2a9cfe19bc5ec1f582b12ecc9318708ecadb640907ddc3f63" "hash": "f9555e4c85cd66cb6761404dac270f4bcd87947b10a727fc1d4bb99a03bb1060"
} }
}, },
"pre_install": [ "pre_install": [
@ -48,10 +48,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {