Update php packages (#11166)

* Update php packages

Php83 8.3.13 => 8.3.16

Php84 8.4.2 => 8.4.3

* Add built packages for linux/amd64 to update-php-packages

* Add built packages for linux/arm/v7 to update-php-packages

* Update php packages

Php83 8.3.13 => 8.3.16

Php84 8.4.2 => 8.4.3

---------

Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
Ed Reel
2025-01-20 04:09:39 -06:00
committed by GitHub
parent ad7ef701ca
commit 358acb0ab8
4 changed files with 8 additions and 10 deletions

View File

@@ -510,7 +510,6 @@
/usr/local/lib/php/test/Console_Getopt/tests/bug11068.phpt
/usr/local/lib/php/test/Console_Getopt/tests/bug13140.phpt
/usr/local/lib/php/test/Structures_Graph/tests/AcyclicTestTest.php
/usr/local/lib/php/test/Structures_Graph/tests/AllTests.php
/usr/local/lib/php/test/Structures_Graph/tests/BasicGraphTest.php
/usr/local/lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php
/usr/local/lib/php/test/Structures_Graph/tests/helper.inc

View File

@@ -510,7 +510,6 @@
/usr/local/lib64/php/test/Console_Getopt/tests/bug11068.phpt
/usr/local/lib64/php/test/Console_Getopt/tests/bug13140.phpt
/usr/local/lib64/php/test/Structures_Graph/tests/AcyclicTestTest.php
/usr/local/lib64/php/test/Structures_Graph/tests/AllTests.php
/usr/local/lib64/php/test/Structures_Graph/tests/BasicGraphTest.php
/usr/local/lib64/php/test/Structures_Graph/tests/TopologicalSorterTest.php
/usr/local/lib64/php/test/Structures_Graph/tests/helper.inc

View File

@@ -3,7 +3,7 @@ require 'package'
class Php83 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'https://www.php.net/'
version '8.3.13'
version '8.3.16'
license 'PHP-3.01'
compatibility 'x86_64 aarch64 armv7l'
source_url "https://www.php.net/distributions/php-#{version}.tar.xz"
@@ -11,9 +11,9 @@ class Php83 < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '97cb5a3926db0bce2124334c800deeb3bb0c702119314b3b30b8aa027f61fa00',
armv7l: '97cb5a3926db0bce2124334c800deeb3bb0c702119314b3b30b8aa027f61fa00',
x86_64: 'a33b13fa86c7f2cfa70ca6df6995c516a50d2943399bc68be09f4f3ae0a0f868'
aarch64: '36aa2a5223cdf7245c837e1c05fd583381865b6b4637770086d6cee79e95e207',
armv7l: '36aa2a5223cdf7245c837e1c05fd583381865b6b4637770086d6cee79e95e207',
x86_64: '875d2041bd3db9f969cbd49d8ec363a229562bbd4fc5e15250fe98d7c2cf4220'
})
depends_on 'aspell_en' => :build

View File

@@ -3,7 +3,7 @@ require 'package'
class Php84 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'https://www.php.net/'
version '8.4.2'
version '8.4.3'
license 'PHP-3.01'
compatibility 'x86_64 aarch64 armv7l'
source_url "https://www.php.net/distributions/php-#{version}.tar.xz"
@@ -11,9 +11,9 @@ class Php84 < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f5dbaaeefed1f768e6ba744c5840ea5fbae86b7fd579ec3bc76e27d18133a00c',
armv7l: 'f5dbaaeefed1f768e6ba744c5840ea5fbae86b7fd579ec3bc76e27d18133a00c',
x86_64: 'cf701bf4bd84cfa887c9345be51e0e1567f46fe7933da74499242a4aacdbd9a3'
aarch64: '91a1fc63b8a3a0eb011cf8b346d45d3e5ed558775d1299d5239308b628b0e898',
armv7l: '91a1fc63b8a3a0eb011cf8b346d45d3e5ed558775d1299d5239308b628b0e898',
x86_64: '69dfe4cadd1ef11f815e45fd298a71bfab311df406bea4a570b63ae1af0063e9'
})
depends_on 'aspell_en' => :build