diff options
author | Michael Heimpold <mhei@heimpold.de> | 2024-03-21 07:42:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 07:42:15 +0100 |
commit | 8742b6c340ec4b82efd99d07f58fdb816f3dc107 (patch) | |
tree | 0f1d4d105081c58ee86fed942a15f4bfdb72c011 /lang | |
parent | bd337ef2e6b29d4a63fc9d26cff44fbbf047c8e5 (diff) | |
parent | a519774b97c9a5ed9490f6110d5f530b0135148a (diff) |
Merge pull request #23695 from mhei/php8-update-to-8.3.4
php8: update to 8.3.4
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 963bfb9da..6f2188a16 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=8.3.3 +PKG_VERSION:=8.3.4 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:=b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1 +PKG_HASH:=39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 |