From 2aff9ba76efc5d35e31b137d4c858919a006944c Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 6 Jul 2025 20:36:27 +0800 Subject: [PATCH] opensbi: update tarball hash compressed by the zstd 1.5.7 The source code tarball packaged by the zstd 1.5.6 was accidentally lost from OpenWrt mirror https://sources.cdn.openwrt.org/ and https://sources.openwrt.org/. Now we have to use the new tarball packaged by the zstd 1.5.7 to fix the GitHub CI warning. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/19319 Signed-off-by: Hauke Mehrtens --- package/boot/opensbi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/opensbi/Makefile b/package/boot/opensbi/Makefile index c4ab6857c79..58803a97234 100644 --- a/package/boot/opensbi/Makefile +++ b/package/boot/opensbi/Makefile @@ -12,7 +12,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/riscv/opensbi PKG_SOURCE_DATE:=2024-12-24 PKG_SOURCE_VERSION:=bd613dd92113f683052acfb23d9dc8ba60029e0a -PKG_MIRROR_HASH:=247bbb751635d9414cf47cce417185fd3323e98c524eafa825dc91b76cc5c054 +PKG_MIRROR_HASH:=19593a340e4346ed953f17664a15744f9efdc68340a89ec6831c5e0e4dc5656d PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) -- 2.47.2