[openwrt/openwrt] tools: xxhash: fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 9 04:38:02 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8c030a3b13c9f59ef8ea1ee741e02bfc6a04a889

commit 8c030a3b13c9f59ef8ea1ee741e02bfc6a04a889
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Oct 6 19:41:03 2025 +0000

    tools: xxhash: fix PKG_MIRROR_HASH
    
    Current PKG_MIRROR_HASH is wrong, but it went unnoticed, because the
    tarball is being fetched from @OPENWRT project mirrors. After
    042996b46bd revert the correct hash can be reproduced with:
    
     make tools/xxhash/{download,check} FIXUP=1 DL_DIR=/tmp PKG_MIRROR_HASH=''
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
    Link: https://github.com/openwrt/openwrt/pull/20322
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 tools/xxhash/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/xxhash/Makefile b/tools/xxhash/Makefile
index 5d5754d63a..96a168d927 100644
--- a/tools/xxhash/Makefile
+++ b/tools/xxhash/Makefile
@@ -7,8 +7,8 @@ PKG_VERSION:=0.8.3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/Cyan4973/xxHash
+PKG_MIRROR_HASH:=69f3e49799db17894a5e4c5e10d3de59f12a8c454e7b6a1ba9d0cf16d9a34515
 PKG_SOURCE_VERSION:=e626a72bc2321cd320e953a0ccf1584cad60f363
-PKG_MIRROR_HASH:=234cfc24004c1b97d3ec9c48e976347b31a513a68de40f57a765667eb89dbbb0
 
 PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=LICENSE




More information about the lede-commits mailing list