diff options
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php80/Makefile | 3 | ||||
-rw-r--r-- | lang/php80/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 7a74d5966d6..8b91c58f8f6 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.367 2022/06/09 15:10:50 taca Exp $ +# $NetBSD: phpversion.mk,v 1.368 2022/06/10 00:00:06 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 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.30 -PHP80_VERSION= 8.0.19 +PHP80_VERSION= 8.0.20 PHP81_VERSION= 8.1.7 # Define initial release of major version. diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 9030f5d8e9c..8ab2bd21ced 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2022/05/21 16:00:11 taca Exp $ +# $NetBSD: Makefile,v 1.9 2022/06/10 00:00:07 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.0 LICENSE= php diff --git a/lang/php80/distinfo b/lang/php80/distinfo index aecc3724a58..b08c55fe20f 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2022/05/21 16:00:11 taca Exp $ +$NetBSD: distinfo,v 1.21 2022/06/10 00:00:07 taca Exp $ -BLAKE2s (php-8.0.19.tar.xz) = 9c2620a24bcf565f825e3153268f18bc7527c09f0e918210a2b526a7f4ffe832 -SHA512 (php-8.0.19.tar.xz) = 106aa7c9f4804b8ce3518d7e6da4dc8f2a4df2f0b5d7369776737e0b13d4cd6be375694b78271fd1d007d4e0892009dc2a7214c1652462ebf128b74f845787e8 -Size (php-8.0.19.tar.xz) = 10778992 bytes +BLAKE2s (php-8.0.20.tar.xz) = 44891d8274de55a31eda0ba66d6ae783a39caedb770673d00882252d3fe2c9c6 +SHA512 (php-8.0.20.tar.xz) = 24153733111bb5104298679fb5ee02d8abad4e6b2a8e0a07c2a6076e1c9104309abe56bcb7b5fe17670c266e5e9981c520ed0ac12b699ae0050953ff99ef04fa +Size (php-8.0.20.tar.xz) = 10879064 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |