diff options
Diffstat (limited to 'sysutils/tflint/Makefile')
-rw-r--r-- | sysutils/tflint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 900861cf56dc..8315b9471170 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,6 +1,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v -DISTVERSION= 0.57.0 +DISTVERSION= 0.59.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/terraform-linters/tflint LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.25,modules GO_MODULE= github.com/terraform-linters/tflint |