From f9a4e07227cc9c059736eb006fac168142b9085c Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Mon, 23 Oct 2023 12:18:16 +0100 Subject: [PATCH] json-glib: update to 1.8.0. --- srcpkgs/json-glib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/json-glib/template b/srcpkgs/json-glib/template index dcbe6ef6abd52..afe909522109b 100644 --- a/srcpkgs/json-glib/template +++ b/srcpkgs/json-glib/template @@ -1,7 +1,7 @@ # Template file for 'json-glib' pkgname=json-glib -version=1.6.6 -revision=2 +version=1.8.0 +revision=1 build_style=meson build_helper="gir" configure_args="$(vopt_feature gir introspection)" @@ -10,10 +10,10 @@ makedepends="libglib-devel" short_desc="JSON parser for GLib-based libraries and applications" maintainer="skmpz " license="LGPL-2.1-or-later" -homepage="http://live.gnome.org/JsonGlib" +homepage="https://live.gnome.org/JsonGlib" changelog="https://gitlab.gnome.org/GNOME/json-glib/-/raw/master/NEWS" distfiles="${GNOME_SITE}/json-glib/${version%.*}/json-glib-${version}.tar.xz" -checksum=96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e +checksum=97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454 # Package build options build_options="gir"