diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-04-07 08:14:58 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-04-08 10:13:25 -0500 |
commit | ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 (patch) | |
tree | 8cebc80df991be24ba2ed6ea8e1b89bfeedfb9ee /security/gopass/Makefile | |
parent | lang/go120: Update to 1.20.3 (diff) |
all: Bump PORTREVISION after lang/go{119,120} update
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index cd144369cf13..0ab0a3d62e26 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org |