diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-02-09 08:16:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 08:16:24 +0100 |
commit | a64ca691419668932afa1eed2dc408acb37e84f1 (patch) | |
tree | 6dac95a64dcea2fc43c2c23f600bd2223b9281d0 /lang | |
parent | 490ef7f82176d178d1a546b9f42d8f32bc14f014 (diff) | |
parent | 1e2fc720abce91b5c3281272299c9bb441b11e59 (diff) |
Merge pull request #14694 from mhei/php7-update
php7: update to 7.4.15
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 ba965aa30..0f49819f9 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.4.14 +PKG_VERSION:=7.4.15 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -16,7 +16,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:=f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886 +PKG_HASH:=9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 |