From 496baecb26b532b6ccc97d082092736bb340ec92 Mon Sep 17 00:00:00 2001 From: krant Date: Fri, 9 Feb 2024 10:53:03 +0200 Subject: [PATCH] json-glib: update to 1.8.0 - Don't set default Meson option Signed-off-by: krant --- libs/json-glib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/json-glib/Makefile b/libs/json-glib/Makefile index 0732792a7e..1b5aac8cdb 100644 --- a/libs/json-glib/Makefile +++ b/libs/json-glib/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=json-glib -PKG_VERSION:=1.6.6 +PKG_VERSION:=1.8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/json-glib/$(basename $(PKG_VERSION)) -PKG_HASH:=96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e +PKG_HASH:=97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454 PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING @@ -45,7 +45,6 @@ endef MESON_ARGS += \ -Dgtk_doc=disabled \ -Dintrospection=disabled \ - -Dman=false \ -Dtests=false define Build/Prepare -- 2.30.2