diff options
Diffstat (limited to 'sysutils/cloud-nuke/Makefile')
-rw-r--r-- | sysutils/cloud-nuke/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile index 90966c2132ad..a5b086920793 100644 --- a/sysutils/cloud-nuke/Makefile +++ b/sysutils/cloud-nuke/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloud-nuke DISTVERSIONPREFIX= v -DISTVERSION= 0.40.0 +DISTVERSION= 0.41.0 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/gruntwork-io/cloud-nuke LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:1.22,modules +USES= cpe go:1.23,modules CPE_VENDOR= gruntwork-io GO_MODULE= github.com/gruntwork-io/cloud-nuke |