pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php lang/php: make sure to update php80 to 8.0.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16c12e40206c
branches:  trunk
changeset: 379248:16c12e40206c
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri May 13 14:52:07 2022 +0000

description:
lang/php: make sure to update php80 to 8.0.19

Forgot to commit, make sure to update php80 to 8.0.19.

diffstat:

 lang/php/phpversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba18f61f8784 -r 16c12e40206c lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri May 13 14:29:58 2022 +0000
+++ b/lang/php/phpversion.mk    Fri May 13 14:52:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.363 2022/04/16 00:55:47 taca Exp $
+# $NetBSD: phpversion.mk,v 1.364 2022/05/13 14:52:07 taca Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.29
-PHP80_VERSION= 8.0.18
+PHP80_VERSION= 8.0.19
 PHP81_VERSION= 8.1.5
 
 # Define initial release of major version.



Home | Main Index | Thread Index | Old Index