diff options
author | swills <swills@FreeBSD.org> | 2018-06-18 21:15:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-06-18 21:15:23 +0800 |
commit | b10c9dde59085bf3673a2c6bb9d24e6546c7cfbf (patch) | |
tree | be7af2bf4d1532b3adb8ea7e94e2280d734fe05e | |
parent | 65d396abf48d831d302ff8b9bcac207d53d4ec60 (diff) | |
download | freebsd-ports-gnome-b10c9dde59085bf3673a2c6bb9d24e6546c7cfbf.tar.gz freebsd-ports-gnome-b10c9dde59085bf3673a2c6bb9d24e6546c7cfbf.tar.zst freebsd-ports-gnome-b10c9dde59085bf3673a2c6bb9d24e6546c7cfbf.zip |
security/gopass: update to 1.8.1
PR: 229103
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
-rw-r--r-- | security/gopass/Makefile | 7 | ||||
-rw-r--r-- | security/gopass/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 175ad4c30554..5b07f8ac62c3 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gopass -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= security @@ -12,12 +12,13 @@ COMMENT= Gopass is a rewrite of the pass password manager in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= gpg2:security/gnupg +RUN_DEPENDS= git:devel/git \ + gpg2:security/gnupg USES= go USE_GITHUB= yes -GH_ACCOUNT= justwatchcom +GH_ACCOUNT= gopasspw GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} diff --git a/security/gopass/distinfo b/security/gopass/distinfo index 53246b87a616..24c25fe35ca1 100644 --- a/security/gopass/distinfo +++ b/security/gopass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527534180 -SHA256 (justwatchcom-gopass-v1.7.2_GH0.tar.gz) = 71fece96684e36f4765e913bf30bf93c9bf7a1df9638b9187732d49d8b2f22cb -SIZE (justwatchcom-gopass-v1.7.2_GH0.tar.gz) = 5929128 +TIMESTAMP = 1529309385 +SHA256 (gopasspw-gopass-v1.8.1_GH0.tar.gz) = 14b016112abaf18427d58009e61999a7d2aff2d49df9a4458ab572532d4b05e8 +SIZE (gopasspw-gopass-v1.8.1_GH0.tar.gz) = 5953043 |