diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-02-05 19:20:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 19:20:54 +0100 |
commit | 4f20c737cb1abfaa2966de0a670ac81f371d1b1a (patch) | |
tree | ede454b8efcca5651c421d062dce8efcee8eb290 /lang | |
parent | 43140d77ee62fb1685c6409862cd1cf5fd440826 (diff) | |
parent | 0b531c4ec01f7e3a3255df7cfe6d1db12426dd7b (diff) |
Merge pull request #14659 from mhei/php8-update
php8: update to 8.0.2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php8/Makefile b/lang/php8/Makefile index 9076ff3e7..110727065 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.0.1 +PKG_VERSION:=8.0.2 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:=208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc +PKG_HASH:=84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 |