aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eksctl/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2025-11-13 10:00:07 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2025-11-13 10:29:02 +0000
commitb8b7c69b08a40deda08ece03d21f463a9c53f31c (patch)
tree4083e91e413c7e17ed2d051f097c84a496b787ec /sysutils/eksctl/Makefile
parenta8e8f37b5e014a67df5a4c7530e36de6d80f890e (diff)
Diffstat (limited to 'sysutils/eksctl/Makefile')
-rw-r--r--sysutils/eksctl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile
index 613795159378..51b91dd6744c 100644
--- a/sysutils/eksctl/Makefile
+++ b/sysutils/eksctl/Makefile
@@ -1,7 +1,6 @@
PORTNAME= eksctl
-PORTVERSION= 0.216.0
+PORTVERSION= 0.217.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= danilo@FreeBSD.org
@@ -18,7 +17,7 @@ PLIST_FILES= bin/${PORTNAME}
GO_MODULE= github.com/eksctl-io/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}
-GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=a204313b2263 \
+GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=d8988e840ac6 \
-X github.com/weaveworks/eksctl/pkg/version.buildDate=$$(date +%Y-%m-%dT%H:%M:%SZ)"
.include <bsd.port.mk>