summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-12-12 09:45:05 +0100
committerNicola Murino2021-12-12 09:45:05 +0100
commit733256108f5bf9f7426400d234fe6e3fd26071c0 (patch)
tree221833304481b6b81be2a0ecdb5a74f2a0c2c7a3
parent994c51bb73dd91206c6becffd578019cc72dc1a9 (diff)
downloadaur-733256108f5bf9f7426400d234fe6e3fd26071c0.tar.gz
Update to 2.70.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ec8f66f72a..77f0ba0564a3 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.70.0
+ pkgver = 2.70.1
pkgrel = 1
url = https://git.gnome.org/browse/glib-networking
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-glib-networking
options = !buildflags
options = !libtool
options = staticlibs
- source = https://download.gnome.org/sources/glib-networking/2.70/glib-networking-2.70.0.tar.xz
- sha256sums = 66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35
+ source = https://download.gnome.org/sources/glib-networking/2.70/glib-networking-2.70.1.tar.xz
+ sha256sums = 2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc
pkgname = mingw-w64-glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index dc1ab9612bf6..6838473e73aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-glib-networking
-pkgver=2.70.0
+pkgver=2.70.1
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=('66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35')
+sha256sums=('2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"