From eac4a2abaa1aad3e284fc0ef0131a158649303a3 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 6 Feb 2023 09:53:38 +0100 Subject: [PATCH] update to newer versions of bash, Tcl etc --- build | 2 +- config/versions.conf | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build b/build index 7bd72cd..9089605 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='1.1.10' +declare -rx VERSION='1.1.11' if (( "${BASH_VERSINFO[0]}" < 5 )); then echo "BASH version 5.0 or newer is required and must be available in PATH!" 1>&2 diff --git a/config/versions.conf b/config/versions.conf index 5ffc722..712bf8a 100644 --- a/config/versions.conf +++ b/config/versions.conf @@ -1,9 +1,8 @@ -bash 5.1 +bash 5.2.15 coreutils 8.31 findutils 4.7.0 getopt 1.1.6 gettext 0.21 modules 3.2.10.1 -Pmodules 1.0.0rc12 -Tcl 8.6.10 -tcllib 1.20 +Tcl 8.6.13 +tcllib 1.21