From 1e2b1c6b74fa0974896bf94604279a3f74b37a63 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 5 Apr 2024 21:50:39 +0530 Subject: [PATCH] Update to patch v9.5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ca33903..9d4934f 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e ADVCPMV_VERSION=${1:-0.9} -CORE_UTILS_VERSION=${2:-9.3} +CORE_UTILS_VERSION=${2:-9.5} curl -LO http://ftp.gnu.org/gnu/coreutils/coreutils-$CORE_UTILS_VERSION.tar.xz tar xvJf coreutils-$CORE_UTILS_VERSION.tar.xz