Merge pull request #1303 from Pmodules/1302-update-bash-to-version-53

Bash updated to version 5.3
This commit is contained in:
2025-10-29 15:40:45 +01:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
# https://www.gnu.org/software/bash/
#
P=bash
V=${BASH5_VERSION:-5.2.21}
V=${BASH5_VERSION:-5.3}
FNAME="$P-$V.tar.gz"
DOWNLOAD_URL="https://ftp.gnu.org/gnu/$P/${FNAME}"