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 d0216a2b7c05..c12e6ed77184 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 PORTREVISION= 1 CATEGORIES= security editors @@ -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 |