diff options
Diffstat (limited to 'sysutils/opentofu/Makefile')
-rw-r--r-- | sysutils/opentofu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 730b612be245..8f8a67b8e89a 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,7 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.9.1 +DISTVERSION= 1.10.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -10,7 +11,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/ |