summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiji Yang2025-07-06 12:36:27 +0000
committerHauke Mehrtens2025-07-13 14:24:10 +0000
commit2aff9ba76efc5d35e31b137d4c858919a006944c (patch)
treed8c2df40d46c2e06c1405f4e63ebf9a2e9328095
parentb002cdd6a3b9a469aad91b488c21a0604c01f941 (diff)
downloadopenwrt-2aff9ba76efc5d35e31b137d4c858919a006944c.tar.gz
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 <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/19319 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/boot/opensbi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/opensbi/Makefile b/package/boot/opensbi/Makefile
index c4ab6857c7..58803a9723 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)