summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-10-05 14:09:17 +0800
committerTing-Wei Lan2017-10-05 14:09:17 +0800
commitfb57bae8dd193198ecfc08e92215da4f641d6e84 (patch)
treed82a792c47e571b7efe7dc5a5f12443a5336e0b4
parent04eb57ec182010e869ede70a6349c2e13f91840f (diff)
downloadaur-fb57bae8dd193198ecfc08e92215da4f641d6e84.tar.gz
mingw-w64-gtk3: 3.22.21 -> 3.22.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2bd220265a..20854c14532f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 12 11:46:01 UTC 2017
+# Thu Oct 5 06:09:18 UTC 2017
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.22.21
+ pkgver = 3.22.24
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.22/gtk+-3.22.21.tar.xz
- sha256sums = 1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87
+ source = https://download.gnome.org/sources/gtk+/3.22/gtk+-3.22.24.tar.xz
+ sha256sums = cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1beba1c36d11..915b43dafd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.22.21
+pkgver=3.22.24
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=(any)
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.37.3')
options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87')
+sha256sums=('cbb16e4cfc928ab8f5f22f7290616f95f6ebc8c97cc724a2007b07ced833592b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"