mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
ea8faf5883
commit
ba4135ff29
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user