Revert "php7: update to 7.2.18"
authorMichael Heimpold <mhei@heimpold.de>
Fri, 21 Jun 2019 08:28:28 +0000 (10:28 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 21 Jun 2019 08:28:48 +0000 (10:28 +0200)
This reverts commit 8e9429f3e9918ca561d147d75a70e24cb8cd0435.
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 <mhei@heimpold.de>
lang/php7/Makefile

index 16a44047d2633a24c0951e341f27aa7313f04e9f..83735aaaf320dd34635d3f33e81f6c6a570728a7 100644 (file)
@@ -6,8 +6,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.2.18
-PKG_RELEASE:=1
+PKG_VERSION:=7.2.17
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
 
@@ -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:=9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
+PKG_HASH:=a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1