From e29f386508e16aeb036d34af84c96a8df5a5f853 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 22 Jan 2022 21:24:37 +0100 Subject: [PATCH] php8: update to 8.0.15 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 d07f67257..aa1097c65 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.0.14 +PKG_VERSION:=8.0.15 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:=fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3 +PKG_HASH:=5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0