diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-03-31 08:58:42 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2018-03-31 08:58:42 +0200 |
commit | 518e6745b289cc54be95ab368aa39b55994d8a9d (patch) | |
tree | 8c84c0feec57591f3fa20b4747082afc2ddc6501 /lang | |
parent | a0717753007bbbc5161c0511509489ee16f488ed (diff) |
php7: update to 7.2.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 9c260a176..310506e6e 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.3 +PKG_VERSION:=7.2.4 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_HASH:=b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f +PKG_HASH:=7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 |