diff options
author | dch <dch@FreeBSD.org> | 2017-09-16 05:28:25 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:32:34 +0800 |
commit | c20bdd0842e46037decb874e0db700af2902a9e3 (patch) | |
tree | 0d9680e74f2425bd0c6a32ad6902611825ec8df1 | |
parent | ae9fe63f0cc03b43530a563a86cd100fe55450d2 (diff) | |
download | freebsd-ports-gnome-c20bdd0842e46037decb874e0db700af2902a9e3.tar.gz freebsd-ports-gnome-c20bdd0842e46037decb874e0db700af2902a9e3.tar.zst freebsd-ports-gnome-c20bdd0842e46037decb874e0db700af2902a9e3.zip |
security/vault: update 7.2 -> 8.2
Reviewed by: swills, jrm (mentor)
Approved by: swills (mentor)
Sponsored by: iwantmyname (https://iwantmyname.com/)
Differential Revision: https://reviews.freebsd.org/D12363
-rw-r--r-- | security/vault/Makefile | 6 | ||||
-rw-r--r-- | security/vault/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/vault/Makefile b/security/vault/Makefile index bec7ad45b6f4..4c4d480a63a2 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -11,12 +11,12 @@ COMMENT= Tool for securely accessing secrets LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.7.1:lang/go +BUILD_DEPENDS= go>=1.9:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} -COMMIT_ID= d28dd5a018294562dbc9a18c95554d52b5d12390 +COMMIT_ID= 9afe7330e06e486ee326621624f2077d88bc9511 USE_RC_SUBR= vault diff --git a/security/vault/distinfo b/security/vault/distinfo index 97502bf9aa69..1eb2b55f012b 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494440954 -SHA256 (hashicorp-vault-v0.7.2_GH0.tar.gz) = 8f0f4e2c8e8877abe5b21d8886a740484e7a921748d4a6092c5d754fbab31030 -SIZE (hashicorp-vault-v0.7.2_GH0.tar.gz) = 6547973 +TIMESTAMP = 1505343140 +SHA256 (hashicorp-vault-v0.8.2_GH0.tar.gz) = 0e248c6cbf19ce8fb01fd31541d5a28b8c1c534b02256fb72bdc1d4d6aa462f2 +SIZE (hashicorp-vault-v0.8.2_GH0.tar.gz) = 7293367 |