diff options
Diffstat (limited to 'sysutils/terragrunt/Makefile')
-rw-r--r-- | sysutils/terragrunt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index 7391479b8e1b..edd10efe99c2 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -1,6 +1,7 @@ PORTNAME= terragrunt DISTVERSIONPREFIX= v -DISTVERSION= 0.77.22 +DISTVERSION= 0.81.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= terraform:sysutils/terraform -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/gruntwork-io/terragrunt |