From 7ffa1641d8957fc1ea8e63e885ec867c5b07a7e5 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sun, 4 Mar 2018 14:02:57 +0100 Subject: [PATCH] php7: update to 7.2.3 Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 996a4e2115..9c260a1766 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.2 -PKG_RELEASE:=2 +PKG_VERSION:=7.2.3 +PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_HASH:=47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11 +PKG_HASH:=b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1