]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
opensbi: update tarball hash compressed by the zstd 1.5.7 19319/head
authorShiji Yang <yangshiji66@outlook.com>
Sun, 6 Jul 2025 12:36:27 +0000 (20:36 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Jul 2025 14:24:10 +0000 (16:24 +0200)
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>
package/boot/opensbi/Makefile

index c4ab6857c7943676f03528757338ca1202e4570e..58803a97234d7d13bd0d735e2a5cdb7718ee1074 100644 (file)
@@ -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)