summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-11-21 01:06:26 +0000
committerHauke Mehrtens2025-11-21 20:36:44 +0000
commit2cffbea0ae13c2092653b5d76b348baf47a1c372 (patch)
treeb356c273fe4e7498c08071342637a01a3b9471cc
parent4f8f0bfeeff48cddd64d87093f7702d1e308adbf (diff)
downloadopenwrt-2cffbea0ae13c2092653b5d76b348baf47a1c372.tar.gz
ubus: update to Git HEAD (2025-11-18)
966c82b2197c github: ci: disable json-c tests c4d7aff97bbe github: ci: add tests 00010b8af022 ubus: add a simple build script 1eab20d6cda2 github: ci: add cmake build and source directories f79ddca64806 github: ci: add powerpc arch 5c7eea7fc090 build: install ubus 2737da3819fe github: ci: add MIPS64, PowerPC64 and RISCV64 Link: https://github.com/openwrt/openwrt/pull/20847 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/system/ubus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index bf930cd0d1..43eb5cd843 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
-PKG_SOURCE_DATE:=2025-11-03
-PKG_SOURCE_VERSION:=0d4bcb56f5e1386e7dc99f1ec9f3b6c9211c8ab6
-PKG_MIRROR_HASH:=c3f8519fbe1fa3795925e327eeaf292f0325c9ebb696ff2ea73877e9d0186075
+PKG_SOURCE_DATE:=2025-11-18
+PKG_SOURCE_VERSION:=2737da3819fefafa5b63d5f82efb77ff0032a5d8
+PKG_MIRROR_HASH:=6044e9bde877ee585a69386ab377e3bc1924e15b7343db8df8234b1d76f870ec
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
CMAKE_INSTALL:=1