diff options
-rw-r--r-- | devel/phpunit9/Makefile | 2 | ||||
-rw-r--r-- | devel/phpunit9/distinfo | 6 | ||||
-rw-r--r-- | devel/phpunit9/pkg-descr | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index 066eb85d6088..9f7d7f4e176a 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 9.5.8 +PORTVERSION= 9.5.9 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit9/distinfo b/devel/phpunit9/distinfo index d2975c76ab75..ca582fc2c2ed 100644 --- a/devel/phpunit9/distinfo +++ b/devel/phpunit9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103014 -SHA256 (phpunit-9.5.8.phar) = 11f27cf3f9522241fe234e9bf5813667207a074ac92089aac26d502ffc5e9517 -SIZE (phpunit-9.5.8.phar) = 4458067 +TIMESTAMP = 1632036856 +SHA256 (phpunit-9.5.9.phar) = 0fed2c26d31dc9baf39bb22356f59aa640949ab3805343102207880f17b56d9c +SIZE (phpunit-9.5.9.phar) = 4459118 diff --git a/devel/phpunit9/pkg-descr b/devel/phpunit9/pkg-descr index 8a05f03d4c7d..8894cc86e7f3 100644 --- a/devel/phpunit9/pkg-descr +++ b/devel/phpunit9/pkg-descr @@ -2,3 +2,4 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. WWW: https://phpunit.de/ +WWW: https://github.com/sebastianbergmann/phpunit |