Browse Source

php7: update to 7.1.4

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 8 years ago
parent
commit
11dbb67426
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/php7/Makefile

+ 4
- 4
lang/php7/Makefile View File

@ -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


Loading…
Cancel
Save