From a4cf6a88576f7106393f4cafd36154053637d332 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 26 Apr 2022 21:15:37 +0200 Subject: [PATCH] php8: update to 8.0.18 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 a79475c62b..7c0aaf130a 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.0.17 +PKG_VERSION:=8.0.18 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:=4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5 +PKG_HASH:=db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 -- 2.30.2