diff options
author | Michael Heimpold <mhei@heimpold.de> | 2024-04-19 06:27:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 06:27:36 +0200 |
commit | b459d2e798be2f00dedfa10292e3cea130e87d6a (patch) | |
tree | aa92dd470203cc3899898ce866ce46ee1006db85 /lang | |
parent | c1e6fbbcb06786c7f78f7a12f9bf7337e94b2160 (diff) | |
parent | 2682b28cb31a30897058a466fafe242c815c590f (diff) |
Merge pull request #23955 from mhei/php8-update-to-8.3.6
php8: update to 8.3.6
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 6f2188a16..4cbf1116f 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.3.4 +PKG_VERSION:=8.3.6 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:=https://www.php.net/distributions/ -PKG_HASH:=39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63 +PKG_HASH:=53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 |