diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-22 23:58:55 +0000 | 
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-22 23:58:55 +0000 | 
| commit | a388b29b2da99d9258f8ad8da954cdd3519d436c (patch) | |
| tree | aa74bc91ea6ee794e33ec716439a33f02f896ab7 /sysutils/container-diff | |
| parent | Update to 20180609 (diff) | |
Update to 0.10.0
- Update MASTER_SITES
- Update WWW
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
Diffstat (limited to 'sysutils/container-diff')
| -rw-r--r-- | sysutils/container-diff/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/container-diff/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/container-diff/pkg-descr | 2 | 
3 files changed, 6 insertions, 6 deletions
| diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 25b57571636c..d1112c02f344 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -2,7 +2,7 @@  # $FreeBSD$  PORTNAME=	container-diff -PORTVERSION=	0.9.0 +PORTVERSION=	0.10.0  DISTVERSIONPREFIX=	v  CATEGORIES=	sysutils @@ -17,7 +17,7 @@ USES=		go  PLIST_FILES=	bin/container-diff -GH_ACCOUNT=	GoogleCloudPlatform +GH_ACCOUNT=	GoogleContainerTools  USE_GITHUB=	yes  do-install: diff --git a/sysutils/container-diff/distinfo b/sysutils/container-diff/distinfo index 968b8ee45b66..305182075089 100644 --- a/sysutils/container-diff/distinfo +++ b/sysutils/container-diff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523459554 -SHA256 (GoogleCloudPlatform-container-diff-v0.9.0_GH0.tar.gz) = cf5957fd9c583030283982dafab0b70608c739408d036444d9acc0a867e7472f -SIZE (GoogleCloudPlatform-container-diff-v0.9.0_GH0.tar.gz) = 2431735 +TIMESTAMP = 1529614679 +SHA256 (GoogleContainerTools-container-diff-v0.10.0_GH0.tar.gz) = 55b62ee0081b9ef5bf5778a6ea30b61f2ee6ee16bfaa7b26bae793455486cc2c +SIZE (GoogleContainerTools-container-diff-v0.10.0_GH0.tar.gz) = 2312389 diff --git a/sysutils/container-diff/pkg-descr b/sysutils/container-diff/pkg-descr index 98e0f198e29f..fab747e8fbdf 100644 --- a/sysutils/container-diff/pkg-descr +++ b/sysutils/container-diff/pkg-descr @@ -12,4 +12,4 @@ two images to compare. The tool can help users better understand what is  changing inside their images, and give them a better look at what their images  contain. -WWW: https://github.com/GoogleCloudPlatform/container-diff +WWW: https://github.com/GoogleContainerTools/container-diff | 
