From 51859d1f7abac1bfee28c6ebdf4eac2967333b1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 23 Nov 2025 13:23:53 +0000 Subject: [PATCH] maint: use cksum specific checksums in release announcement * cfg.mk: Use --cksum-checksums with announce-gen. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg.mk b/cfg.mk index 336275fc89..88a550abbe 100644 --- a/cfg.mk +++ b/cfg.mk @@ -884,6 +884,10 @@ sc_prohibit-long-form-bug-urls: announcement_Cc_ = $(translation_project_), \ coreutils@gnu.org, coreutils-announce@gnu.org +# Write cksum supported checksums into the announcement. +# I.e., base64 to reduce space, and possibly tagged to ease usage. +announce_gen_args = --cksum-checksums + -include $(srcdir)/dist-check.mk update-copyright-env = \ -- 2.47.3