aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bash
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2022-12-15 20:11:16 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-17 20:26:51 +0100
commitfc47874ef4787c255833c1af5e6f32292a898290 (patch)
tree6319ed9a17ada60ac6b9e73d4ec64fa05390b1a9 /tools/bash
parent95ed519b25b0e235d2fa00e172f6ca18e50b6241 (diff)
downloadupstream-fc47874ef4787c255833c1af5e6f32292a898290.tar.gz
upstream-fc47874ef4787c255833c1af5e6f32292a898290.tar.bz2
upstream-fc47874ef4787c255833c1af5e6f32292a898290.zip
tools/bash: update to 5.2.15
Update to the latest released version. Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools/bash')
-rw-r--r--tools/bash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bash/Makefile b/tools/bash/Makefile
index 11b38da6a1..f4bfc07397 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.9
+PKG_VERSION:=5.2.15
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bash
-PKG_HASH:=68d978264253bc933d692f1de195e2e5b463a3984dfb4e5504b076865f16b6dd
+PKG_HASH:=13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c
HOST_BUILD_PARALLEL := 1