diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 87ef7ff..30e1d7d 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -1,6 +1,6 @@ | Name | Version | Layer | | --- | --- | --- | | [getcomposer](https://getcomposer.org/) | 2.9.2 | php | -| [php](https://www.php.net/) | 8.4.15 | php | +| [php](https://www.php.net/) | 8.4.23 | php | *(2 components)* diff --git a/layers/layer1_php/0010_php/Makefile.mk b/layers/layer1_php/0010_php/Makefile.mk index fb82b31..d096c05 100644 --- a/layers/layer1_php/0010_php/Makefile.mk +++ b/layers/layer1_php/0010_php/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include $(MFEXT_HOME)/share/package.mk export NAME=php -export VERSION=8.4.15 +export VERSION=8.4.23 export EXTENSION=tar.xz export CHECKTYPE=MD5 -export CHECKSUM=9b766937483f4288ddeca601b15c0277 +export CHECKSUM=f95d3a481c33fa5aac47880e1cb754c3 DESCRIPTION=\ PHP is a popular general-purpose scripting language that is especially suited to web development diff --git a/layers/layer1_php/0010_php/sources b/layers/layer1_php/0010_php/sources index f440e4c..4e60859 100644 --- a/layers/layer1_php/0010_php/sources +++ b/layers/layer1_php/0010_php/sources @@ -1 +1 @@ -https://www.php.net/distributions/php-8.4.15.tar.xz +https://www.php.net/distributions/php-8.4.23.tar.xz