From 70e4af441622b7aadb9990dbf095908e4494db0b Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Fri, 21 Jun 2019 10:26:48 +0200 Subject: [PATCH] Revert "php7: update to 7.2.19" This reverts commit 8abaf8a3088f2290cd17964ac7d5e8467ebe1061. I just noticed that I accidentally used wrong openwrt branch to compile this, with 18.09 branch the compilation fails. Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index b0c26e202..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.19 +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:=4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282 +PKG_HASH:=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1