summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-03-24 13:28:43 +0100
committerNicola Murino2023-03-24 13:28:43 +0100
commit1d75dfe2253a7141774bddba9741360ab7ba41c0 (patch)
treee4c94f453d291f285633e29bf4289ccbfd3f44b2
parentf6c4931f4f5af1623aa8911829f1516cada59993 (diff)
downloadaur-1d75dfe2253a7141774bddba9741360ab7ba41c0.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 2560afcd79cb..4a0312ff6306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.76.0
+ pkgver = 2.76.1
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.0.tar.xz
+ source = https://download.gnome.org/sources/glib/2.76/glib-2.76.1.tar.xz
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
- sha256sums = 525bb703b807142e1aee5ccf222c344e8064b21c0c45677ef594e587874c6797
+ sha256sums = 43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f
sha256sums = 6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0
pkgname = mingw-w64-glib2
diff --git a/PKGBUILD b/PKGBUILD
index e6315e1702a3..456b30c61610 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.0
+pkgver=2.76.1
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=('525bb703b807142e1aee5ccf222c344e8064b21c0c45677ef594e587874c6797'
+sha256sums=('43dc0f6a126958f5b454136c4398eab420249c16171a769784486e25f2fda19f'
'6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"