[meta-oe] [PATCH] php: upgrade 8.1.6 -> 8.1.7
wangmy
Changelog:
========== https://www.php.net/ChangeLog-8.php#8.1.7 Signed-off-by: Wang Mingyu <wangmy@...> --- meta-oe/recipes-devtools/php/{php_8.1.6.bb => php_8.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/php/{php_8.1.6.bb => php_8.1.7.bb} (99%) diff --git a/meta-oe/recipes-devtools/php/php_8.1.6.bb b/meta-oe/recipes-devtools/php/php_8.1.7.bb similarity index 99% rename from meta-oe/recipes-devtools/php/php_8.1.6.bb rename to meta-oe/recipes-devtools/php/php_8.1.7.bb index 96af595a4..e9e8eccf3 100644 --- a/meta-oe/recipes-devtools/php/php_8.1.6.bb +++ b/meta-oe/recipes-devtools/php/php_8.1.7.bb @@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \ " S = "${WORKDIR}/php-${PV}" -SRC_URI[sha256sum] = "7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66" +SRC_URI[sha256sum] = "b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d" inherit autotools pkgconfig python3native gettext -- 2.25.1 |
|