diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-18 00:33:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-18 01:47:43 +0800 |
commit | c930c563d90304745e52c2bc95a39bd3f1df47e7 (patch) | |
tree | 779de82a6ff582e8b3b7bb15708bb4df14663ef0 | |
parent | devel/phpunit11: Update to 11.5.22 (diff) |
devel/phpunit12: Update to 12.2.0
Changes: https://github.com/sebastianbergmann/phpunit/blob/12.2/ChangeLog-12.2.md
-rw-r--r-- | devel/phpunit12/Makefile | 2 | ||||
-rw-r--r-- | devel/phpunit12/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index 48b05f249461..aaca877a1166 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 12.1.6 +PORTVERSION= 12.2.0 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit12/distinfo b/devel/phpunit12/distinfo index 04e111e5a5cc..4a143cf5567c 100644 --- a/devel/phpunit12/distinfo +++ b/devel/phpunit12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495691 -SHA256 (phpunit-12.1.6.phar) = e6ada5f236c1d81ccff610738c4aeaa4819b2dad0e1bcd78b06b9afabc4ea09a -SIZE (phpunit-12.1.6.phar) = 5820611 +TIMESTAMP = 1749813010 +SHA256 (phpunit-12.2.0.phar) = 84ca2ceac2dd81a92d5267f190b6e8aafed24f0802617d4040315307598e4d3c +SIZE (phpunit-12.2.0.phar) = 5958834 |