[openwrt/openwrt] tools/bash: update to 5.2

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 22 13:54:15 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d213f273391bc9fb8edb1ffcb7c907a2345dde4e

commit d213f273391bc9fb8edb1ffcb7c907a2345dde4e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Oct 21 22:14:12 2022 +0200

    tools/bash: update to 5.2
    
    Release Notes:
    https://lists.gnu.org/archive/html/bug-bash/2022-09/msg00056.html
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 tools/bash/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/bash/Makefile b/tools/bash/Makefile
index 992933c6bf..e5cf3b5945 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.1.16
+PKG_VERSION:=5.2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/bash
-PKG_HASH:=5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558
+PKG_HASH:=a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb
 
 HOST_BUILD_PARALLEL := 1
 




More information about the lede-commits mailing list