diff options
Diffstat (limited to 'security/sops/Makefile')
-rw-r--r-- | security/sops/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sops/Makefile b/security/sops/Makefile index d0216a2b7c05..f51b8bcf5c76 100644 --- a/security/sops/Makefile +++ b/security/sops/Makefile @@ -1,7 +1,7 @@ PORTNAME= sops DISTVERSIONPREFIX= v -DISTVERSION= 3.10.2 -PORTREVISION= 1 +DISTVERSION= 3.11.0 +PORTREVISION= 2 CATEGORIES= security editors MAINTAINER= bofh@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/mozilla/sops LICENSE= MPL20 -USES= go:1.23,modules +USES= go:modules GO_MODULE= go.mozilla.org/sops/v3 GO_TARGET= ./cmd/sops |