summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2023-03-10 17:12:35 +0800
committerTing-Wei Lan2023-03-10 17:12:35 +0800
commit144ed68c1b72499686fba59bcd4215977396fb62 (patch)
tree98d1f4a190ff87440e894ed3f6b9e2b083015d94
parent1436c88218af590a6940ff8e47670641befb02f4 (diff)
downloadaur-144ed68c1b72499686fba59bcd4215977396fb62.tar.gz
mingw-w64-gtk3: 3.24.36 -> 3.24.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2c95421e32..c1cf6ac79256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.36
+ pkgver = 3.24.37
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk3.install
@@ -25,7 +25,7 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.36.tar.xz
- sha256sums = 27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.37.tar.xz
+ sha256sums = 6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1a15f17f5120..58f7f8fe4416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.36
+pkgver=3.24.37
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -30,7 +30,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- '27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691')
+ '6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')