Bash updated to version 5.3

This commit is contained in:
2025-10-29 15:39:54 +01:00
parent 8be5934502
commit ad0ef5ad66
+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}"