summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-06-01 16:05:12 +0200
committerNicola Murino2020-06-01 16:05:12 +0200
commite41c239df808b7f39c715558fba2dbebe0c263ad (patch)
treea0b46ce63513393ff2f2d885a4125f88235f452a
parent6a27e4017f62f2490668fa06e24582e0ab18d0df (diff)
downloadaur-e41c239df808b7f39c715558fba2dbebe0c263ad.tar.gz
Update to 2.64.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c78ec373275..9eef73725bff 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.64.2
+ pkgver = 2.64.3
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.64/glib-networking-2.64.2.tar.xz
- sha256sums = 45def0715c551f9b0b41a4e4f730ac95f3d5d4f3de8162260fbf9421cff695a7
+ source = https://download.gnome.org/sources/glib-networking/2.64/glib-networking-2.64.3.tar.xz
+ sha256sums = 937a06b124052813bfc0b0b86bff42016ff01067582e1aca65bb6dbe0845a168
pkgname = mingw-w64-glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index af61367072e3..57b0ddcac6f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-glib-networking
-pkgver=2.64.2
+pkgver=2.64.3
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=('45def0715c551f9b0b41a4e4f730ac95f3d5d4f3de8162260fbf9421cff695a7')
+sha256sums=('937a06b124052813bfc0b0b86bff42016ff01067582e1aca65bb6dbe0845a168')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"