Minor changes. https://git.savannah.gnu.org/cgit/bash.git/log/?id=142bbdd89e4d5bb62aea4469d1d2c24cf470afd8
Signed-off-by: Christian Melki <[email protected]> --- rules/bash.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/bash.make b/rules/bash.make index fd6370887..2ff41aabb 100644 --- a/rules/bash.make +++ b/rules/bash.make @@ -13,8 +13,8 @@ PACKAGES-$(PTXCONF_BASH) += bash # # Paths and names # -BASH_VERSION := 5.2.21 -BASH_MD5 := ad5b38410e3bf0e9bcc20e2765f5e3f9 +BASH_VERSION := 5.2.32 +BASH_MD5 := f204835b2e06c06e37b5ad776ff907f4 BASH := bash-$(BASH_VERSION) BASH_SUFFIX := tar.gz BASH_URL := $(call ptx/mirror, GNU, bash/$(BASH).$(BASH_SUFFIX)) -- 2.34.1
