[openwrt/openwrt] ubus: fix wrong package mirror hash

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 30 01:58:19 PST 2023


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3d7d93cf6579de4362b96c0829d0595f0fcd8e0d

commit 3d7d93cf6579de4362b96c0829d0595f0fcd8e0d
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Jan 30 10:54:45 2023 +0100

    ubus: fix wrong package mirror hash
    
    I've somehow managed to commit wrong package mirror hash in commit 36076b5a4092
    ("ubus: update to version 2022-06-15"), so lets fix it by using a proper
    one.
    
    Fixes: 36076b5a4092 ("ubus: update to version 2022-06-15")
    Reported-by: Andre Heider <a.heider at gmail.com>
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/system/ubus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 8762324e7c..4c72780703 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
 PKG_SOURCE_DATE:=2022-06-15
 PKG_SOURCE_VERSION:=9913aa61de739e3efe067a2d186021c20bcd65e2
-PKG_MIRROR_HASH:=2a9fd9e895835b15948ab211963b7489f8437cd1b2bf43e0e321bc960e105774
+PKG_MIRROR_HASH:=f6702e68d7c60388c11f40ca5ca8e932d0bf423325db5bee2c79404782bbcb52
 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
 CMAKE_INSTALL:=1
 




More information about the lede-commits mailing list