From 05a0fbe21e1c25f407f3b862f39c97045a7e512e Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 13 Jul 2024 22:18:23 +0200 Subject: [PATCH] php8: update to 8.2.21 Upstream changelog: https://www.php.net/ChangeLog-8.php#8.2.21 Signed-off-by: Michael Heimpold --- lang/php8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php8/Makefile b/lang/php8/Makefile index d74578e4aa..e35a7ad295 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.2.20 +PKG_VERSION:=8.2.21 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.php.net/distributions/ -PKG_HASH:=4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50 +PKG_HASH:=8cc44d51bb2506399ec176f70fe110f0c9e1f7d852a5303a2cd1403402199707 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2