From: Felix Fietkau Date: Mon, 3 Mar 2025 12:44:59 +0000 (+0100) Subject: ucode: update to Git HEAD (2025-02-21) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;p=openwrt%2Fstaging%2Fnbd.git ucode: update to Git HEAD (2025-02-21) 9d94d54ed1a3 uci: implement cursor.list_append() and cursor.list_remove() a5a299075f37 zlib: rework code logic ee6a6c3ca579 zlib: deduplicate code d20f7bb87d47 zlib: add stream-oriented deflate operations 0255af462be3 zlib: add stream-oriented inflate operations 9260bd5354bf WIP: lib: support map() over objects 60f05ac60bfe docs: cover switch statement in syntax article 338aa2ebf00e docs: add article with array specific information df5a79a04b17 uci: link save() and commit() functions in cursor class description 03fb60d0e4b3 docs: add detailed documentation article for dictionaries 8e122f16327c ubus: add support for calling system objects Fixes: https://github.com/jow-/ucode/issues/279 Signed-off-by: Felix Fietkau --- diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index ef253f897e..8cc81afab3 100644 --- a/package/utils/ucode/Makefile +++ b/package/utils/ucode/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/ucode.git -PKG_SOURCE_DATE:=2025-02-10 -PKG_SOURCE_VERSION:=a8a11aea0c093d669bb3c45f604dab3c291c8d25 -PKG_MIRROR_HASH:=e08c36818a72eb2953b56300207d1fb7a852ada33df36f63a495ad35ca21b88e +PKG_SOURCE_DATE:=2025-02-21 +PKG_SOURCE_VERSION:=0c06376cf5f3149900ddab389b033a7c31353a8c +PKG_MIRROR_HASH:=b631555f00e7cd8e3cec150332432311682805a1dc5e72bcd854b66a7b90f2c2 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC