diff options
author | swills <swills@FreeBSD.org> | 2015-10-06 02:58:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-10-06 02:58:12 +0800 |
commit | b61a848c3a24e14a4040081316f2537d44b95e34 (patch) | |
tree | 9aec1f2c83c463af7ed155c0710d261104e1544c | |
parent | 647612ba889ab1b84b3006875e90d8b006493f45 (diff) | |
download | freebsd-ports-gnome-b61a848c3a24e14a4040081316f2537d44b95e34.tar.gz freebsd-ports-gnome-b61a848c3a24e14a4040081316f2537d44b95e34.tar.zst freebsd-ports-gnome-b61a848c3a24e14a4040081316f2537d44b95e34.zip |
security/vault: update to 0.3.0, add LICENSE
PR: 203548
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
-rw-r--r-- | security/vault/Makefile | 5 | ||||
-rw-r--r-- | security/vault/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/vault/Makefile b/security/vault/Makefile index 6ad7620004e0..45eabb55d99b 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= swills@FreeBSD.org COMMENT= Tool for securely accessing secrets +LICENSE= MPL + BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go USE_GITHUB= yes diff --git a/security/vault/distinfo b/security/vault/distinfo index 917aa9f91793..517e112752e1 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,2 +1,2 @@ -SHA256 (hashicorp-vault-v0.2.0_GH0.tar.gz) = 86545214c2a01bd2aa4748aaa3cb16b9ceea649a48b74b1ade6cddf0a75ffde0 -SIZE (hashicorp-vault-v0.2.0_GH0.tar.gz) = 1804135 +SHA256 (hashicorp-vault-v0.3.0_GH0.tar.gz) = 9c7d4016d4f6949265072efad41ba24ed7d1029a19bc57ee05b7bcb2a79e227b +SIZE (hashicorp-vault-v0.3.0_GH0.tar.gz) = 1922377 |