diff options
Diffstat (limited to 'sysutils/opentofu/Makefile')
-rw-r--r-- | sysutils/opentofu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 730b612be245..7e7269e811bd 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,6 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.9.1 +DISTVERSION= 1.10.6 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://opentofu.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules +USES= go:modules GO_MODULE= github.com/opentofu/opentofu GO_TARGET= ./cmd/tofu GO_BUILDFLAGS= -o bin/ |