diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-03-20 21:34:37 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2017-03-20 21:34:37 +0100 |
commit | 1fa7ca0f4849387c298015bb2e1951eed3248799 (patch) | |
tree | 52e8231e08c5ff340342d0bebb62c3ebdf62039f /lang/php7 | |
parent | 5d7b2b20b86f41716cac6111a2f5d1ef1ff44fd0 (diff) |
php7: update to 7.1.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php7')
-rw-r--r-- | lang/php7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 188da1f49..73ced0673 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.1.2 +PKG_VERSION:=7.1.3 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:=d79afea1870277c86fac903566fb6c5d -PKG_HASH:=d815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971 +PKG_MD5SUM:=d604d688be17f4a05b99dbb7fb9581f4 +PKG_HASH:=e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 |