From b6565f494eda8edcf6dd9d38b857fafd35de2384 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 3 Dec 2025 22:57:21 +0100 Subject: [PATCH] package/ubus: bump version to git 3cc98db1a For change log, see: https://git.openwrt.org/?p=project/ubus.git;a=shortlog;h=3cc98db1a422dcf560f2d6347fd410f17565a89d This bump includes a patch which adds cmake4 compatibility. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/ubus/ubus.hash | 2 +- package/ubus/ubus.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ubus/ubus.hash b/package/ubus/ubus.hash index e35f37b03d..3d8206b974 100644 --- a/package/ubus/ubus.hash +++ b/package/ubus/ubus.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 ba7602c660cb2c15c0e04942414e4cf3d96622622406c5fc3b88895694aebb9f ubus-afa57cce0aff82f4a7a0e509d4387ebc23dd3be7-git4.tar.gz +sha256 f625bda868133e28749b9eed64f9c3a838c75594e46a6a536e7e3582fe4da8e3 ubus-3cc98db1a422dcf560f2d6347fd410f17565a89d-git4.tar.gz sha256 a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988 ubusd_acl.h diff --git a/package/ubus/ubus.mk b/package/ubus/ubus.mk index 913c0e3e39..c0f0264065 100644 --- a/package/ubus/ubus.mk +++ b/package/ubus/ubus.mk @@ -4,7 +4,7 @@ # ################################################################################ -UBUS_VERSION = afa57cce0aff82f4a7a0e509d4387ebc23dd3be7 +UBUS_VERSION = 3cc98db1a422dcf560f2d6347fd410f17565a89d UBUS_SITE = https://git.openwrt.org/project/ubus.git UBUS_SITE_METHOD = git