diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:10:13 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:17:27 -0500 |
commit | d9ad1002d517a618a299e45ae70075f2cfc66d2a (patch) | |
tree | 11c4cbb1a32e3eb29a01a12686262d8889affbf0 /security/gopass/Makefile | |
parent | lang/go119: Update to 1.19.4 (diff) |
all: Bump PORTREVISION after lang/go{118,119} update
Diffstat (limited to 'security/gopass/Makefile')
-rw-r--r-- | security/gopass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 60dc73a37547..ad7b1a7d274d 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,6 +1,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= security PATCH_SITES= https://github.com/gopasspw/gopass/pull/2456/commits/ |