summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-05-12 15:56:40 +0200
committerNicola Murino2023-05-12 15:56:40 +0200
commit2a665a87c0f0db0a6e8c9d45dd9198952ccc93a1 (patch)
tree3c1713e11289aecff2830be4e3002d7a03c70978
parent1d75dfe2253a7141774bddba9741360ab7ba41c0 (diff)
downloadaur-2a665a87c0f0db0a6e8c9d45dd9198952ccc93a1.tar.gz
2.76.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0312ff6306..c1922eded921 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.76.1
+ pkgver = 2.76.2
pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = any
@@ -14,9 +14,9 @@ pkgbase = mingw-w64-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.gnome.org/sources/glib/2.76/glib-2.76.1.tar.xz
+ source = https://download.gnome.org/sources/glib/2.76/glib-2.76.2.tar.xz
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
- sha256sums = 43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f
+ sha256sums = 24f3847857b1d8674cdb0389a36edec0f13c666cd3ce727ecd340eb9da8aca9e
sha256sums = 6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0
pkgname = mingw-w64-glib2
diff --git a/PKGBUILD b/PKGBUILD
index 456b30c61610..ff215e866c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
# Contributor: Martchus <martchus@gmx.net>
pkgname=mingw-w64-glib2
-pkgver=2.76.1
+pkgver=2.76.2
pkgrel=1
arch=(any)
pkgdesc="Low level core library (mingw-w64)"
@@ -15,7 +15,7 @@ options=(!strip !buildflags staticlibs !emptydirs)
url="https://wiki.gnome.org/Projects/GLib"
source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz"
"0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch")
-sha256sums=('43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f'
+sha256sums=('24f3847857b1d8674cdb0389a36edec0f13c666cd3ce727ecd340eb9da8aca9e'
'6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"