summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2019-06-19 15:58:12 +0800
committerTing-Wei Lan2019-06-19 15:58:12 +0800
commit4fcda3e64531325a911a7a1678e460f21a7c82c4 (patch)
tree2eb36a9d180222cd47f5a7e7eab5f3f2c76b88a5
parentbc543bde14d0be0b22275be4092ba2ca541a8def (diff)
downloadaur-4fcda3e64531325a911a7a1678e460f21a7c82c4.tar.gz
mingw-w64-gtk3: 3.24.8 -> 3.24.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2dcae29801..ed30d189464b 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.8
+ pkgver = 3.24.9
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.8.tar.xz
- sha256sums = 666962de9b9768fe9ca785b0e2f42c8b9db3868a12fa9b356b167238d70ac799
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.9.tar.xz
+ sha256sums = 577eb0270d9adf2eb2aa4b03f9c7873fadb20cf265194d0139570f738493e635
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 3f03c3461427..16600434aed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.8
+pkgver=3.24.9
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=(
- '666962de9b9768fe9ca785b0e2f42c8b9db3868a12fa9b356b167238d70ac799')
+ '577eb0270d9adf2eb2aa4b03f9c7873fadb20cf265194d0139570f738493e635')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')