From e76e8296ec8516cc8b4878a2179827b4086e1295 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sun, 13 Aug 2023 11:47:04 +0200 Subject: [PATCH] php8: update to 8.0.30 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 3a7487a30b..e1083df2f0 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.0.29 +PKG_VERSION:=8.0.30 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:=http://www.php.net/distributions/ -PKG_HASH:=14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9 +PKG_HASH:=216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2