[openwrt/openwrt] tools/squashfs4: fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 25 11:21:09 PST 2023


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/af5e230c2036af07ef0fca6795ee259849b51e59

commit af5e230c2036af07ef0fca6795ee259849b51e59
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Feb 25 17:49:10 2023 +0000

    tools/squashfs4: fix PKG_MIRROR_HASH
    
    The hash currently matches neither the SHA256 of the Github download
    nor the hash of the archive generated by the OpenWrt build system.
    (and yes, they differ...)
    
    Set hash of Github-generated tarball.
    
    Fixes: 30f2d516ba ("tools/squashfs4: add new tool for squashfs4 images")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 tools/squashfs4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile
index 9d4f6babfc..7c8bcf1a72 100644
--- a/tools/squashfs4/Makefile
+++ b/tools/squashfs4/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/plougher/squashfs-tools
 PKG_SOURCE_DATE:=2022-03-17
 PKG_SOURCE_VERSION:=afdd63fc386919b4aa40d573b0a6069414d14317
-PKG_MIRROR_HASH:=caedb66cf6dcbdcee0d1525923e203d003ef15f34a13a328686794666f16171f
+PKG_MIRROR_HASH:=59c294e00ddfc1f4bda658c7567584ce35fdd479c413ebdb1376981b27737be1
 
 include $(INCLUDE_DIR)/host-build.mk
 




More information about the lede-commits mailing list