Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 13:05:43 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d4fb264f952 - main - misc/crush: Update to 0.72.0
Message-ID:  <6a159aa7.46b4c.4535b489@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d4fb264f9526b5e7ca6b029af3f29ad7f6af3b0

commit 6d4fb264f9526b5e7ca6b029af3f29ad7f6af3b0
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-05-26 13:04:52 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-05-26 13:04:52 +0000

    misc/crush: Update to 0.72.0
    
    While here, convert to use GO_LDFLAGS.
    
    Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.72.0
    
    Reported by:    GitHub (watch releases)
---
 misc/crush/Makefile |  4 ++--
 misc/crush/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/misc/crush/Makefile b/misc/crush/Makefile
index cb4c90e1bb88..a8a7f533c87b 100644
--- a/misc/crush/Makefile
+++ b/misc/crush/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	crush
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.71.0
+DISTVERSION=	0.72.0
 CATEGORIES=	misc devel
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 USES=		go:1.26+,modules
 
 GO_MODULE=	github.com/charmbracelet/crush
-GO_BUILDFLAGS=	-ldflags '-s -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}'
+GO_LDFLAGS=	-w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	README.md
diff --git a/misc/crush/distinfo b/misc/crush/distinfo
index 5b8e8d9f0af3..94e7b0770b74 100644
--- a/misc/crush/distinfo
+++ b/misc/crush/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1779510526
-SHA256 (go/misc_crush/crush-v0.71.0/v0.71.0.mod) = b42ad8c1de573a3056b40d3f8dfc5186cd9c0d422b9fc6c3ee9a627d87642524
-SIZE (go/misc_crush/crush-v0.71.0/v0.71.0.mod) = 10560
-SHA256 (go/misc_crush/crush-v0.71.0/v0.71.0.zip) = ef589332bdb4b20c99430c4eb524c1f77fec161eac3a76a1ed71b00f25998835
-SIZE (go/misc_crush/crush-v0.71.0/v0.71.0.zip) = 2039344
+TIMESTAMP = 1779800205
+SHA256 (go/misc_crush/crush-v0.72.0/v0.72.0.mod) = 1d9646ddf5a09eaded320a444bd1d592264a7728920ba3717007e11138a68a79
+SIZE (go/misc_crush/crush-v0.72.0/v0.72.0.mod) = 10560
+SHA256 (go/misc_crush/crush-v0.72.0/v0.72.0.zip) = 33a4bd164e9df5e024d2547b80e39eeca41117d2be017cdaab7c4cb389e846f4
+SIZE (go/misc_crush/crush-v0.72.0/v0.72.0.zip) = 2044520


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a159aa7.46b4c.4535b489>