diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-04-13 22:40:08 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2017-04-13 23:04:22 +0200 |
commit | 11dbb67426d6de52d2e9d3a618b68ac9dde562f7 (patch) | |
tree | ebe4d6b7bf4b4a548b4cfd407887f27f9338d3c5 /lang/php7 | |
parent | 9a0e43db29a70545bf48944a4af69066d7c667b1 (diff) |
php7: update to 7.1.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php7')
-rw-r--r-- | lang/php7/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index f9ef6a166..4db271064 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=7.1.4 +PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -16,8 +16,8 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=d604d688be17f4a05b99dbb7fb9581f4 -PKG_HASH:=e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0 +PKG_MD5SUM:=a74c13f8779349872b365e6732e8c98e +PKG_HASH:=71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 |