summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-07-10 18:18:23 +0200
committerNicola Murino2023-07-10 18:18:23 +0200
commit9fe5c9499298a5ed1cfd99ce0df84885bc176343 (patch)
tree73d35cf406d0a930ae04887349ccc1c28e80257e
parentaf6ece67de6f2ba0a93fdda8b084132256776851 (diff)
downloadaur-9fe5c9499298a5ed1cfd99ce0df84885bc176343.tar.gz
2.76.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab94921f28e5..75fd61e015ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glib2
pkgdesc = Low level core library (mingw-w64)
- pkgver = 2.76.3
+ pkgver = 2.76.4
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.3.tar.xz
+ source = https://download.gnome.org/sources/glib/2.76/glib-2.76.4.tar.xz
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
- sha256sums = c0be444e403d7c3184d1f394f89f0b644710b5e9331b54fa4e8b5037813ad32a
+ sha256sums = 5a5a191c96836e166a7771f7ea6ca2b0069c603c7da3cba1cd38d1694a395dda
sha256sums = 6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0
pkgname = mingw-w64-glib2
diff --git a/PKGBUILD b/PKGBUILD
index fd0d249e70c2..edee72bdaa93 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.3
+pkgver=2.76.4
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=('c0be444e403d7c3184d1f394f89f0b644710b5e9331b54fa4e8b5037813ad32a'
+sha256sums=('5a5a191c96836e166a7771f7ea6ca2b0069c603c7da3cba1cd38d1694a395dda'
'6ec972b194efd586558b450f24fea557578d3286462fdbd440576ae0524bc2e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"