summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoratomlong2021-08-30 19:34:25 +0800
committeratomlong2021-08-30 19:34:37 +0800
commit3f64c12b7c9a37b1017cfee2701c86faaa7883fe (patch)
tree39a5a21a4c77b90a54f4a36bec708a0a0afb7088
parent8c2b0bf4f817b2689d99be7ad8d0b5d7c995126e (diff)
downloadaur-3f64c12b7c9a37b1017cfee2701c86faaa7883fe.tar.gz
Update to 1.6.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9004e69ff9b2..a9fde9712bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mingw-w64-json-glib-bin
pkgdesc = JSON-GLib implements a full suite of JSON-related tools using GLib and GObject (mingw-w64)
- pkgver = 1.4.4
+ pkgver = 1.6.4
pkgrel = 1
url = https://www.gnome.org
arch = any
license = custom
depends = mingw-w64-glib2
provides = mingw-w64-json-glib
- source = http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-json-glib-1.4.4-1-any.pkg.tar.xz
- sha256sums = d3610c06e2a4fd0c24bf7927d3ec22b1efda6cf005c4cb3eae6dd8639a5e8d7b
+ source = http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-json-glib-1.6.4-1-any.pkg.tar.zst
+ sha256sums = 00506a21662582678a0ae51e98e757b97060076ba1fcc1a9238fd71f31c3326f
pkgname = mingw-w64-json-glib-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ec000f2ef41..b52f2476dc5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-json-glib-bin
-pkgver=1.4.4
+pkgver=1.6.4
pkgrel=1
pkgdesc="JSON-GLib implements a full suite of JSON-related tools using GLib and GObject (mingw-w64)"
arch=('any')
@@ -7,8 +7,8 @@ url="https://www.gnome.org"
license=('custom')
depends=('mingw-w64-glib2')
provides=('mingw-w64-json-glib')
-source=("http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-json-glib-1.4.4-1-any.pkg.tar.xz")
-sha256sums=('d3610c06e2a4fd0c24bf7927d3ec22b1efda6cf005c4cb3eae6dd8639a5e8d7b')
+source=("http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-json-glib-${pkgver}-${pkgrel}-any.pkg.tar.zst")
+sha256sums=('00506a21662582678a0ae51e98e757b97060076ba1fcc1a9238fd71f31c3326f')
_architectures="x86_64-w64-mingw32"