summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-03-28 17:25:21 +0800
committerTing-Wei Lan2020-03-28 17:25:21 +0800
commit7c4f3463027a3d7ed7c090b294af5694a85bf8d9 (patch)
tree9745f822b52c1de645ddad1ebc0bae876c1b5958
parentfa08315273684e2502533fb888263880774a226d (diff)
downloadaur-7c4f3463027a3d7ed7c090b294af5694a85bf8d9.tar.gz
mingw-w64-gtk3: 3.24.14 -> 3.24.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e37b15fc32a..703ccbc5bc74 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.14
+ pkgver = 3.24.16
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.14.tar.xz
- sha256sums = 1c4d69f93ab884fd80c6b95115bfbc12d51ecd029178b6dad3672fdc5ff91e88
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.16.tar.xz
+ sha256sums = 0d5e1e1494101b8c0c63c0526180780559eee469f021ca0d714018b20fa3d8e8
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 2c35fcff1c75..10a35f93e54c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.14
+pkgver=3.24.16
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=(
- '1c4d69f93ab884fd80c6b95115bfbc12d51ecd029178b6dad3672fdc5ff91e88')
+ '0d5e1e1494101b8c0c63c0526180780559eee469f021ca0d714018b20fa3d8e8')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')