From 713d1e6fc26beacd328d7130c2055bc23734b516 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Nov 2025 15:47:48 +0100 Subject: [PATCH] upgrade to GNU coreutils 9.9 as ref --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 734088252..394bbf1a0 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -70,7 +70,7 @@ fi ### -release_tag_GNU="v9.8" +release_tag_GNU="v9.9" # check if the GNU coreutils has been cloned, if not print instructions # note: the ${path_GNU} might already exist, so we check for the .git directory