diff options
author | joneum <joneum@FreeBSD.org> | 2018-02-15 00:40:38 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-02-15 00:40:38 +0800 |
commit | 954fa869919f423d3ddb7451fc3f719fd86273c2 (patch) | |
tree | 0ab48466868072c5bb04b4948175c2a3facc432b | |
parent | 11dbb0bf1d5ae8c65840f947239ebb12a2a00f2f (diff) | |
download | freebsd-ports-gnome-954fa869919f423d3ddb7451fc3f719fd86273c2.tar.gz freebsd-ports-gnome-954fa869919f423d3ddb7451fc3f719fd86273c2.tar.zst freebsd-ports-gnome-954fa869919f423d3ddb7451fc3f719fd86273c2.zip |
devel/phpunit7: Update to 7.0.1
Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.0.md
Approved by: mentors (implicit)
-rw-r--r-- | devel/phpunit7/Makefile | 2 | ||||
-rw-r--r-- | devel/phpunit7/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/phpunit7/Makefile b/devel/phpunit7/Makefile index 0b8ebc108393..b7fb6d29ff2f 100644 --- a/devel/phpunit7/Makefile +++ b/devel/phpunit7/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpunit -DISTVERSION= 7.0 +DISTVERSION= 7.0.1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 7 diff --git a/devel/phpunit7/distinfo b/devel/phpunit7/distinfo index 6440aeb7944a..8cb96194b422 100644 --- a/devel/phpunit7/distinfo +++ b/devel/phpunit7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518552754 -SHA256 (phpunit-7.0.phar) = ccdf420f69adc4f11dd46bd43f70a422bd8111ad9a81d907bab4a0d66314cc48 -SIZE (phpunit-7.0.phar) = 2795954 +TIMESTAMP = 1518626381 +SHA256 (phpunit-7.0.1.phar) = 6bd53faeff3fe5290de245863c221a80de3efd58a502988fa167d679f99f0a1d +SIZE (phpunit-7.0.1.phar) = 2792340 |