summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-09-21 22:57:16 +0800
committerTing-Wei Lan2018-09-21 22:57:16 +0800
commit6fa771ee501c1ca2bab1416aecfbd7e6fb564698 (patch)
tree0c7d1476281e647b33ab301d5b03bbbcef452005
parentc44ad7c2e6ac203f0763cf547e5050a32cdd139c (diff)
downloadaur-6fa771ee501c1ca2bab1416aecfbd7e6fb564698.tar.gz
mingw-w64-gtk3: 3.24.0 -> 3.24.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce49e6e52e85..26a0930c2c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 8 16:04:59 UTC 2018
+# Fri Sep 21 14:57:16 UTC 2018
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.0
+ pkgver = 3.24.1
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.0.tar.xz
- sha256sums = 02e991389277206253d79884d10e5aa06fd78fdf7a5096799dbe3c97a05e32a8
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.1.tar.xz
+ sha256sums = 68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 7b9cf7e5ede7..85ebe4ba7021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.0
+pkgver=3.24.1
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=('02e991389277206253d79884d10e5aa06fd78fdf7a5096799dbe3c97a05e32a8')
+sha256sums=('68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')