From ad0ef5ad66228f714b11d7748d3892a77b7478a8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 29 Oct 2025 15:39:54 +0100 Subject: [PATCH] Bash updated to version 5.3 --- recipes/010-bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"