From ba4135ff291d8474925b5076d4ee536fd48b2220 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 22 Apr 2026 12:24:02 +0300 Subject: [PATCH] json-glib: update to 1.10.8 Changelog: - Add strict JSON parsing mode (JsonParser:strict property) - Add JsonGenerator.take_root() for improved generator handling - Support parsing of files larger than 4 GB - Add single-quoted strings support in non-strict mode (v1.10.6) - Fix malformed Unicode error handling and parser conformance Signed-off-by: Alexandru Ardelean --- libs/json-glib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/json-glib/Makefile b/libs/json-glib/Makefile index 04e72a7426..b9125b92b3 100644 --- a/libs/json-glib/Makefile +++ b/libs/json-glib/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=json-glib -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.10.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/json-glib/$(basename $(PKG_VERSION)) -PKG_HASH:=97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454 +PKG_HASH:=55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING