diff options
Diffstat (limited to 'security/sops/Makefile')
-rw-r--r-- | security/sops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sops/Makefile b/security/sops/Makefile index dc76eabc91f3..c955061044a7 100644 --- a/security/sops/Makefile +++ b/security/sops/Makefile @@ -1,6 +1,6 @@ PORTNAME= sops DISTVERSIONPREFIX= v -DISTVERSION= 3.10.2 +DISTVERSION= 3.11.0 CATEGORIES= security editors MAINTAINER= bofh@FreeBSD.org @@ -9,7 +9,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 |