summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2019-10-06 12:41:49 +0800
committerTing-Wei Lan2019-10-06 12:41:49 +0800
commit6c8e40973700b5dcf29e390e4ace3c115dffef77 (patch)
tree07197df8258ed60f907a022f02ab15f253f9c36f
parentcdceecf998131299b559ed00a557ca04ccbd41d2 (diff)
downloadaur-6c8e40973700b5dcf29e390e4ace3c115dffef77.tar.gz
mingw-w64-gtk3: 3.24.11 -> 3.24.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b07f94e258aa..c35bd9ed3dde 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.11
+ pkgver = 3.24.12
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -24,8 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.11.tar.xz
- sha256sums = dba7658d0a2e1bfad8260f5210ca02988f233d1d86edacb95eceed7eca982895
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.12.tar.xz
+ sha256sums = 1384eba5614fed160044ae0d32369e3df7b4f517b03f4b1f24d383e528f4be83
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index f9619961c0d8..d90bd21ae9ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.11
+pkgver=3.24.12
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -29,7 +29,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- 'dba7658d0a2e1bfad8260f5210ca02988f233d1d86edacb95eceed7eca982895')
+ '1384eba5614fed160044ae0d32369e3df7b4f517b03f4b1f24d383e528f4be83')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')