diff options
author | Nick Hainke <vincent@systemli.org> | 2022-11-17 11:13:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-26 17:04:33 +0100 |
commit | 9a542930cdf1246f337ff13c9a222f1d0ca222c5 (patch) | |
tree | cd09fc202e7768805e3135d2785f874b03886205 /tools/bash | |
parent | 60fc93b35935a88b1e31d853a0abacf0847d8de4 (diff) | |
download | upstream-9a542930cdf1246f337ff13c9a222f1d0ca222c5.tar.gz upstream-9a542930cdf1246f337ff13c9a222f1d0ca222c5.tar.bz2 upstream-9a542930cdf1246f337ff13c9a222f1d0ca222c5.zip |
tools/bash: update to 5.2.9
Update to latest release.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/bash')
-rw-r--r-- | tools/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bash/Makefile b/tools/bash/Makefile index e5cf3b5945..11b38da6a1 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 +PKG_VERSION:=5.2.9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash -PKG_HASH:=a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb +PKG_HASH:=68d978264253bc933d692f1de195e2e5b463a3984dfb4e5504b076865f16b6dd HOST_BUILD_PARALLEL := 1 |