From e24c2fbbc1294a526d973ac96cc84088fad6f870 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 13 Jun 2024 14:50:21 +0200 Subject: [PATCH] buildsystem: update dft. versions in recipes --- recipes/010-bash | 2 +- recipes/020-tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/010-bash b/recipes/010-bash index 6d1a12b..83f11fd 100755 --- a/recipes/010-bash +++ b/recipes/010-bash @@ -3,7 +3,7 @@ # https://www.gnu.org/software/bash/ # P=bash -V=${BASH5_VERSION:-5.2.15} +V=${BASH5_VERSION:-5.2.21} FNAME="$P-$V.tar.gz" DOWNLOAD_URL="https://ftp.gnu.org/gnu/$P/${FNAME}" diff --git a/recipes/020-tcl b/recipes/020-tcl index 4a56c98..522b134 100755 --- a/recipes/020-tcl +++ b/recipes/020-tcl @@ -3,7 +3,7 @@ # https://www.tcl.tk # P=tcl -V=${TCL_VERSION:-8.6.13} +V=${TCL_VERSION:-8.6.14} FNAME="$P$V-src.tar.gz" DOWNLOAD_URL="https://prdownloads.sourceforge.net/tcl/${FNAME}"