summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-07-26 22:52:36 +0800
committerTing-Wei Lan2020-07-26 22:52:36 +0800
commitb760d3cce1b48a0c53f831c388dbc517c74a1116 (patch)
tree7f55ad3bdbf5d5e9fa82023e40f7b9aaea46494b
parentd1a87ece86b6357c27604edf0eea8b69daf3f78c (diff)
downloadaur-b760d3cce1b48a0c53f831c388dbc517c74a1116.tar.gz
mingw-w64-gtk3: 3.24.20 -> 3.24.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f08cd1cea78..04d852f6f91a 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.20
+ pkgver = 3.24.21
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.20.tar.xz
- sha256sums = 2dac69f716e8d04ba7a95091589e2baaec95dcace932cb15839163db479b1df3
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.21.tar.xz
+ sha256sums = aeea6ae7cd35e83dfc7699be716519faefca346c62e784dd1a37d9df94c08f52
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 7c8791a30170..2591b4a972a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.20
+pkgver=3.24.21
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=(
- '2dac69f716e8d04ba7a95091589e2baaec95dcace932cb15839163db479b1df3')
+ 'aeea6ae7cd35e83dfc7699be716519faefca346c62e784dd1a37d9df94c08f52')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')