diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-20 11:50:03 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-20 12:10:10 +0000 |
commit | 0ad810a41817b3958a6e0d663d551ce30972cd8c (patch) | |
tree | 275dec44f68ff5fe0cf8cd93101ec90c23ce832d /lang | |
parent | 051196ecbe7823a58e4aed8bc668f1193de25b30 (diff) | |
download | ports-0ad810a41817b3958a6e0d663d551ce30972cd8c.tar.gz ports-0ad810a41817b3958a6e0d663d551ce30972cd8c.zip |
lang/php83: Update version 8.3.0RC1=>8.3.0RC2
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC2/NEWS
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php83/Makefile | 2 | ||||
-rw-r--r-- | lang/php83/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 08a306dd92a1..cbd4a425afe6 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,5 +1,5 @@ PORTNAME= php83 -DISTVERSION= 8.3.0RC1 +DISTVERSION= 8.3.0RC2 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~jakub/ \ https://downloads.php.net/~eric/ diff --git a/lang/php83/distinfo b/lang/php83/distinfo index f3ab97e2a104..c21398960c6d 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693378600 -SHA256 (php-8.3.0RC1.tar.xz) = a569e4c52221cca53c0a9f80886cea86a46d5a826efb305f08ce399f6ba01fb7 -SIZE (php-8.3.0RC1.tar.xz) = 12381792 +TIMESTAMP = 1695210581 +SHA256 (php-8.3.0RC2.tar.xz) = d0ba3d9ac4f28df53d92eab4424bd4bf8c9eb21336b548b33096fda0282032dc +SIZE (php-8.3.0RC2.tar.xz) = 12418876 |