From f9b20e9ddb0e8b554b51d3425ef7d9a26a1a8a21 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 20 May 2019 21:10:33 +0200 Subject: [PATCH] php7: update to 7.2.18 Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold (cherry picked from commit 59e48a68ba3c0858063797d161ddd838e3a363c3) --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index a9adb91bd..16a44047d 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.17 +PKG_VERSION:=7.2.18 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -17,7 +17,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:=a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 +PKG_HASH:=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1