summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2023-05-28 11:25:34 +0800
committerTing-Wei Lan2023-05-28 11:25:34 +0800
commit742105e9b40c56a9b013ae584ae697d9cbdaa1be (patch)
tree1407bff3cfac102976e4523ad99501d6fe923e03
parent144ed68c1b72499686fba59bcd4215977396fb62 (diff)
downloadaur-742105e9b40c56a9b013ae584ae697d9cbdaa1be.tar.gz
mingw-w64-gtk3: 3.24.37 -> 3.24.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cf6ac79256..a5d8380b8eb1 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.37
+ pkgver = 3.24.38
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.37.tar.xz
- sha256sums = 6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz
+ sha256sums = ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 58f7f8fe4416..d3c2048c0e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.37
+pkgver=3.24.38
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=(
- '6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57')
+ 'ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')