diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-04-08 17:28:50 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-04-08 17:35:18 +0100 |
commit | ff3c04406dca97b66b24aada472d53db6dd99062 (patch) | |
tree | c232aa5e7eaa881d9a3a9368edc1b862fc4635e5 /security/gopass/Makefile | |
parent | www/nginx-devel: update third-party lua module: 0.10.23 -> 0.10.24 (diff) |
security/gopass: Update to 1.15.5
[ENHANCEMENT] Add internal pager (ov)
Since we have ov on ports (textproc/ov) looking for a possible way to use
ov port instead.
https://github.com/gopasspw/gopass/issues/2507
ChangeLog: https://github.com/gopasspw/gopass/releases/tag/v1.15.5
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 0ab0a3d62e26..a58596db2ccf 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,6 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.15.4 -PORTREVISION= 3 +DISTVERSION= 1.15.5 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org |