[openwrt/openwrt] tools: bash: fix PKG_HASH
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 11 03:18:10 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2876106eb43d9eb04533eec2f2bfbb4574fa2b5d
commit 2876106eb43d9eb04533eec2f2bfbb4574fa2b5d
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Aug 11 12:16:18 2025 +0200
tools: bash: fix PKG_HASH
Invalid hash was added during the 5.3 update and CI will fail since none
of the available sources has the tarball with incorrect hash.
Fixes: 423ed9fc5aea ("tools: bash: update to 5.3")
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/bash/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/bash/Makefile b/tools/bash/Makefile
index d42b69e01d..8aeb1719f6 100644
--- a/tools/bash/Makefile
+++ b/tools/bash/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=5.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bash
-PKG_HASH:=62dd49c44c399ed1b3f7f731e87a782334d834f08e098a35f2c87547d5dbb269
+PKG_HASH:=0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba
HOST_BUILD_PARALLEL := 1
More information about the lede-commits
mailing list