From e6a133cb9dfea8aaa0fd72bfc134e88f5d45f21a Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 15 May 2023 08:32:28 +0200 Subject: [PATCH] php8: update to 8.2.6 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 a17c0e4770..fbe33886c4 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.2.5 +PKG_VERSION:=8.2.6 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:=800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76 +PKG_HASH:=10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2