From: Paul Spooren Date: Thu, 4 Apr 2024 20:39:27 +0000 (+0200) Subject: libubox: fix PKG_MIRROR_HASH of 2024-03-29 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b906a9c78ef51cdc2f97dc6c39f92b9295f48d4e;p=openwrt%2Fstaging%2Fxback.git libubox: fix PKG_MIRROR_HASH of 2024-03-29 The PKG_MIRROR_HASH was wrong (again), likely due to an old set of tools which did not contain the downgrade of xz. Ref 2070049 unetd: fix PKG_MIRROR_HASH Fix 89c594e libubox: update to Git HEAD (2024-03-29)" Signed-off-by: Paul Spooren --- diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 34cf442ed4..e9426ee220 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -5,7 +5,7 @@ PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git -PKG_MIRROR_HASH:=bbf074296f9fe1dd1f42c0733ca294f93f3b7848549cbfb51dff6a3e9f682395 +PKG_MIRROR_HASH:=7fbaa84cfb553bebd780194fe7b8b502b7745e709e45912bce192cd1c8380016 PKG_SOURCE_DATE:=2024-03-29 PKG_SOURCE_VERSION:=eb9bcb64185ac155c02cc1a604692c4b00368324 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))