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}"