buildsystem: update dft. versions in recipes

This commit is contained in:
2024-06-13 14:50:21 +02:00
parent 9df2b48ab2
commit e24c2fbbc1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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}"