summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-12-16 12:23:15 +0800
committerTing-Wei Lan2018-12-16 12:23:15 +0800
commit5003098de459bbf3e6ae7e3b6a3cc63a04e3520d (patch)
tree9b64924d2491694b849bf1653ae46d60dcc9a751
parent6fa771ee501c1ca2bab1416aecfbd7e6fb564698 (diff)
downloadaur-5003098de459bbf3e6ae7e3b6a3cc63a04e3520d.tar.gz
mingw-w64-gtk3: 3.24.1 -> 3.24.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26a0930c2c58..03bc1bd85382 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 21 14:57:16 UTC 2018
+# Sun Dec 16 04:23:15 UTC 2018
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.1
+ pkgver = 3.24.2
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.1.tar.xz
- sha256sums = 68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.2.tar.xz
+ sha256sums = 5b3b05e427cc928d103561ed2e91b2b2881fe88b1f167b0b1c9990da6aac8892
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 85ebe4ba7021..c450080733f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.1
+pkgver=3.24.2
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=('68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f')
+sha256sums=('5b3b05e427cc928d103561ed2e91b2b2881fe88b1f167b0b1c9990da6aac8892')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')