From 498047026fd0bea433148d24bc6f690a413aebfa Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 17 Mar 2023 12:23:20 -0400 Subject: [PATCH] dev-lang/php: add 8.2.4, drop 8.2.3 Signed-off-by: Michael Orlitzky --- dev-lang/php/Manifest | 2 +- dev-lang/php/{php-8.2.3.ebuild => php-8.2.4.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-lang/php/{php-8.2.3.ebuild => php-8.2.4.ebuild} (99%) diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index cad8b5f8643ad..feb7193af5a21 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -5,4 +5,4 @@ DIST php-8.0.28.tar.xz 10801568 BLAKE2B de03f5ad262e830c70d24b9e2dd997897e5613d8 DIST php-8.1.12.tar.xz 11747176 BLAKE2B 0505794826fb0fc92b04be5f7162af8aa92d782bb228243348d85b46866cd47089fcb7febd6886a8179babf64cb227bcdbf5d5f60d44dfefe1c947a3a708e3c1 SHA512 437b6a8146b58479f4d1acb7b35d68954f1f7bc13a8f3dddc66e1677d7e9b6a11154861f9e894cbd59b9c28d4df3fd5422f9b5553004e9fc8d0320ab59b9f907 DIST php-8.1.14.tar.xz 11752004 BLAKE2B 5ba60621c641b25c2d8ab0c82e97d59131587718c75cc013dc4ba1ad68e668e7f86b67f01f02c434e65c8a9075581a7f2decb2b8c3706e325e25e9f717cdfd82 SHA512 75a5dc3b0490cd8105d4f6c5446522b38953d78fe7b568798db749740f365c818b251d86aba72f5e555c5fe4e4a28e352a9510803bf3cdfe37d125824ae84d61 DIST php-8.1.16.tar.xz 11760948 BLAKE2B ac0d352dae05115197852092b9b3c0b5091528326806c70eb34e0aba6007f718e927e67045d65976cb2104e4737a475b2224d4f05ff89ddf8c3066e0240c38e1 SHA512 4515da38803272abfafb069d1684c66dbb5086987b148c48dd7d8acf8f5316d255cf321ec57d6fbffe914a35551a533446ac13c34bb7c984e0d109247e8e64da -DIST php-8.2.3.tar.xz 12038240 BLAKE2B 97df5470813bcfb3f07b62ba9a5ab5f5931cf4c6df5abb7354c41080f8bdd8fe4e311841b217448993bc57f98f238fa107f29614bc19cab2902de519d826e67c SHA512 4e3ae840ac486868d5bedc2ae771e3ff5d4939ba4c2f7c769b7052322a5eccc8fba253df311a77f3ea852bf42f9dec34653baf828f68c9c191d3a425a8968d4c +DIST php-8.2.4.tar.xz 11991796 BLAKE2B 4e1aa90472e2dbacb23f95736c399ac2b0f6e9577f58b502c26b5a2731b7c1eabb34bbdb75a13a5903870937a063ef8f321bf22bb23a74404592542186065ff6 SHA512 997435f3f921f305147a520497c68031aad6d1212365ddf04674d919fd2787d169d2898536a59709b5530857c5746a25cf43e726a2c3a30bcf3372107b2cd388 diff --git a/dev-lang/php/php-8.2.3.ebuild b/dev-lang/php/php-8.2.4.ebuild similarity index 99% rename from dev-lang/php/php-8.2.3.ebuild rename to dev-lang/php/php-8.2.4.ebuild index b67b15fa8e18e..bb2d5ee065888 100644 --- a/dev-lang/php/php-8.2.3.ebuild +++ b/dev-lang/php/php-8.2.4.ebuild @@ -5,7 +5,7 @@ EAPI="8" WANT_AUTOMAKE="none" -inherit flag-o-matic systemd autotools +inherit flag-o-matic multilib systemd autotools MY_PV=${PV/_rc/RC} DESCRIPTION="The PHP language runtime engine"