diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-12 09:51:52 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-13 08:38:08 +0000 |
commit | ed7b8aa2310e482b3b9a3a21e304cfaef415a7a9 (patch) | |
tree | 8358607c8348bde66a37c2ceba93fc367606ba1b /security/gopass/Makefile | |
parent | graphics/vulkan-extension-layer: update to 1.3.237 (diff) |
security/gopass: Update to 1.15.1
ChangeLog: https://github.com/gopasspw/gopass/blob/master/CHANGELOG.md
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index ad7b1a7d274d..5f65c8ea87f1 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,12 +1,8 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.15.1 CATEGORIES= security -PATCH_SITES= https://github.com/gopasspw/gopass/pull/2456/commits/ -PATCHFILES= 3865a456ff5afcf1b065542d5df02390bc440142.patch:-p1 # Fix vi detection, https://github.com/gopasspw/gopass/issues/2424 - MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go WWW= https://www.gopass.pw/ |