From 2a9454e4025d7433cabfc81abbfd59345838936d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen <oss@cogitri.dev> Date: Sat, 19 Sep 2020 15:49:15 +0200 Subject: [PATCH] community/json-glib: upgrade to 1.6.0 --- community/json-glib/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/json-glib/APKBUILD b/community/json-glib/APKBUILD index a5b869154466..d7a34a817838 100644 --- a/community/json-glib/APKBUILD +++ b/community/json-glib/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=json-glib -pkgver=1.4.4 -pkgrel=2 +pkgver=1.6.0 +pkgrel=0 pkgdesc="JSON library built on GLib" arch="all" url="https://wiki.gnome.org/Projects/JsonGlib" @@ -41,4 +41,4 @@ tests() { "$subpkgdir"/usr/ } -sha512sums="cf56a99dce3938b5c0075810f105719836fac65392da33a49b26ebf33aee1fab89ca9fac58059a2008d688ecc75a3e524de60621a5b027d566963541f38b971f json-glib-1.4.4.tar.xz" +sha512sums="0025f913c54a223e6c5f7e65c081afc8ea65ab5a30ed9f30d2d2bb28d17c5695f6e308c64dfdf128e47ddc99d3178421204b5273e78305a096c0b7dfe67dd406 json-glib-1.6.0.tar.xz" -- GitLab