summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-07-06 13:09:04 +0200
committerNicola Murino2023-07-06 13:09:04 +0200
commitc268662ef26d0a483426b3ebe19c83ebf290c8d3 (patch)
tree3353b1bfc8c3c659cafe78eb54576852babe6a4f
parent9a2ab5ed6b8e40b44a9834792a6067aa9207fa66 (diff)
downloadaur-c268662ef26d0a483426b3ebe19c83ebf290c8d3.tar.gz
2.76.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e9a14a354df..fd77112969b4 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.76.0
+ pkgver = 2.76.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.76/glib-networking-2.76.0.tar.xz
- sha256sums = 149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a
+ source = https://download.gnome.org/sources/glib-networking/2.76/glib-networking-2.76.1.tar.xz
+ sha256sums = 5c698a9994dde51efdfb1026a56698a221d6250e89dc50ebcddda7b81480a42b
pkgname = mingw-w64-glib-networking
diff --git a/PKGBUILD b/PKGBUILD
index 3b739552f02b..0f0d9cb9a584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-glib-networking
-pkgver=2.76.0
+pkgver=2.76.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=('149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a')
+sha256sums=('5c698a9994dde51efdfb1026a56698a221d6250e89dc50ebcddda7b81480a42b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"