diff mbox series

[1/1] package/php: bump version to 8.0.15

Message ID 20220128094827.2705597-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/1] package/php: bump version to 8.0.15 | expand

Commit Message

Bernd Kuhls Jan. 28, 2022, 9:48 a.m. UTC
Changelog: https://www.php.net/ChangeLog-8.php#8.0.15

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/php/php.hash | 2 +-
 package/php/php.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 4, 2022, 10:24 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog: https://www.php.net/ChangeLog-8.php#8.0.15
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
Peter Korsgaard Feb. 16, 2022, 8:42 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog: https://www.php.net/ChangeLog-8.php#8.0.15
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2021.11.x, thanks.

 > ---
 >  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 329410b54f..e78385cbe7 100644
 > --- a/package/php/php.hash
 > +++ b/package/php/php.hash
 > @@ -1,5 +1,5 @@
 >  # From https://www.php.net/downloads.php
 > -sha256  fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3  php-8.0.14.tar.xz
 > +sha256  5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2  php-8.0.15.tar.xz
 
 >  # License file
 >  sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
 > diff --git a/package/php/php.mk b/package/php/php.mk
 > index ca59334104..c9de8c2c76 100644
 > --- a/package/php/php.mk
 > +++ b/package/php/php.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -PHP_VERSION = 8.0.14
 > +PHP_VERSION = 8.0.15
 >  PHP_SITE = https://www.php.net/distributions
 >  PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 >  PHP_INSTALL_STAGING = YES
 > -- 
 > 2.30.2

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index 329410b54f..e78385cbe7 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,5 +1,5 @@ 
 # From https://www.php.net/downloads.php
-sha256  fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3  php-8.0.14.tar.xz
+sha256  5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2  php-8.0.15.tar.xz
 
 # License file
 sha256  a188db807d711536f71e27b7d36879d63480f7994dc18adc08e624b3c5430fff  LICENSE
diff --git a/package/php/php.mk b/package/php/php.mk
index ca59334104..c9de8c2c76 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 8.0.14
+PHP_VERSION = 8.0.15
 PHP_SITE = https://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES