Merge branch '274-update-default-version-in-recipes' into 'master'

Draft: Resolve "update default version in recipes"

Closes #274

See merge request Pmodules/src!252
This commit is contained in:
2024-06-13 14:51:40 +02:00
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}"