diff --git a/recipes/010-bash b/recipes/010-bash index 83f11fd..ef698a0 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.21} +V=${BASH5_VERSION:-5.3} FNAME="$P-$V.tar.gz" DOWNLOAD_URL="https://ftp.gnu.org/gnu/$P/${FNAME}"