summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Schlehofer2025-06-15 09:39:33 +0000
committerHauke Mehrtens2025-06-19 20:16:32 +0000
commitdb9ba9a9435aad7b2f49172c7d1c0bf3fc85ca03 (patch)
tree4d14a559c7e6ae1dd2e70aa7bd8e4e05553c296c
parent225622e0f9fb4cba6da747499a68f5ee34842573 (diff)
downloadopenwrt-db9ba9a9435aad7b2f49172c7d1c0bf3fc85ca03.tar.gz
tools/bash: update to version 5.2.37
Update to the latest version. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19143 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--tools/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bash/Makefile b/tools/bash/Makefile
index f8262d1db0..a37a4c5397 100644
--- a/tools/bash/Makefile
+++ b/tools/bash/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bash
PKG_CPE_ID:=cpe:/a:gnu:bash
-PKG_VERSION:=5.2.21
+PKG_VERSION:=5.2.37
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bash
-PKG_HASH:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+PKG_HASH:=9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff
HOST_BUILD_PARALLEL := 1