[openwrt/openwrt] libubox: fix PKG_MIRROR_HASH of 2024-03-29

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 4 13:42:09 PDT 2024


aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b906a9c78ef51cdc2f97dc6c39f92b9295f48d4e

commit b906a9c78ef51cdc2f97dc6c39f92b9295f48d4e
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Thu Apr 4 22:39:27 2024 +0200

    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 <mail at aparcar.org>
---
 package/libs/libubox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))




More information about the lede-commits mailing list