summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-03-09 09:23:17 +0100
committerNicola Murino2020-03-09 09:23:17 +0100
commit8ef80928838e7abdeaf2c626fcf8bbdcc19f1cbe (patch)
tree4615e80b9912773168e4cf54db0b074bdc99fbb8
parentbb37559c9ebb413017a97f2234ac1d3a12004254 (diff)
downloadaur-8ef80928838e7abdeaf2c626fcf8bbdcc19f1cbe.tar.gz
Update to 2.64.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978bf3fcffde..f46a7a2bfc68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib-networking
pkgdesc = Network-related GIO modules for glib (mingw-w64)
- pkgver = 2.62.3
+ pkgver = 2.64.0
pkgrel = 1
url = https://git.gnome.org/browse/glib-networking
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-glib-networking
options = !buildflags
options = !libtool
options = staticlibs
- source = https://download.gnome.org/sources/glib-networking/2.62/glib-networking-2.62.3.tar.xz
- sha256sums = 8ca1f86f23a76b5c7640624f7d5490705c78e81375e1741c9a1c41ce7f8f7ff7
+ source = https://download.gnome.org/sources/glib-networking/2.64/glib-networking-2.64.0.tar.xz
+ sha256sums = 5cda27d45447160261d4bb77fc2f9766fc8b07dbd471ba2336a5fcb38521a1ba
pkgname = mingw-w64-glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index 1e81638b548d..f63a9a0d12a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-glib-networking
-pkgver=2.62.3
+pkgver=2.64.0
pkgrel=1
pkgdesc="Network-related GIO modules for glib (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=(mingw-w64-glib2 mingw-w64-gnutls)
makedepends=(mingw-w64-meson)
source=("https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz")
options=(!strip !buildflags !libtool staticlibs)
-sha256sums=('8ca1f86f23a76b5c7640624f7d5490705c78e81375e1741c9a1c41ce7f8f7ff7')
+sha256sums=('5cda27d45447160261d4bb77fc2f9766fc8b07dbd471ba2336a5fcb38521a1ba')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"