summaryrefslogtreecommitdiff
path: root/misc/crush/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/crush/Makefile')
-rw-r--r--misc/crush/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/crush/Makefile b/misc/crush/Makefile
index 161abc6b54c5..7d54a10fdffa 100644
--- a/misc/crush/Makefile
+++ b/misc/crush/Makefile
@@ -1,7 +1,6 @@
PORTNAME= crush
DISTVERSIONPREFIX= v
-DISTVERSION= 0.20.1
-PORTREVISION= 1
+DISTVERSION= 0.24.0
CATEGORIES= misc devel
MAINTAINER= tagattie@FreeBSD.org
@@ -13,7 +12,7 @@ LICENSE_NAME= Functional Source License, Version 1.1, MIT Future License
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
-USES= go:1.25,modules
+USES= go:modules
GO_MODULE= github.com/charmbracelet/crush
GO_BUILDFLAGS= -ldflags '-s -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}'