From bc681f41ad3ee0678c6e4a86b4ce71cda5d86186 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 12 Nov 2024 22:32:11 +0100 Subject: [PATCH] package/php: bump version to 8.2.25 Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2 Release notes: https://news-web.php.net/php.announce/441 Signed-off-by: Peter Korsgaard --- package/php/php.hash | 2 +- package/php/php.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/php/php.hash b/package/php/php.hash index a4f10678cd..6615e159b6 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,5 +1,5 @@ # From https://www.php.net/downloads.php -sha256 80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a php-8.2.24.tar.xz +sha256 330b54876ea1d05ade12ee9726167332058bccd58dffa1d4e12117f6b4f616b9 php-8.2.25.tar.xz # License file sha256 b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a LICENSE diff --git a/package/php/php.mk b/package/php/php.mk index e79613d5ed..372aad916f 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 8.2.24 +PHP_VERSION = 8.2.25 PHP_SITE = https://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES