summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-04-26 21:21:21 +0800
committerTing-Wei Lan2021-04-26 21:21:21 +0800
commit7f9c79ce5c1bedb1d6822583d7c3caeaff36f9cc (patch)
tree74b7b6db35c73da28c6ef1ec882c74fc71b5e619
parentda51124156d7e7987f90cb08776670f375ba14da (diff)
downloadaur-7f9c79ce5c1bedb1d6822583d7c3caeaff36f9cc.tar.gz
mingw-w64-gtk3: 3.24.28 -> 3.24.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2510749db84..155174be3106 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.28
+ pkgver = 3.24.29
pkgrel = 1
url = https://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.28.tar.xz
- sha256sums = b04e09763367f1ce932cd2ee3a359d4de150e1c38e7bef7d29aa72557a6b47c6
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.29.tar.xz
+ sha256sums = f57ec4ade8f15cab0c23a80dcaee85b876e70a8823d9105f067ce335a8268caa
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index b5c5ff105f6d..9673168641b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.28
+pkgver=3.24.29
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=(
- 'b04e09763367f1ce932cd2ee3a359d4de150e1c38e7bef7d29aa72557a6b47c6')
+ 'f57ec4ade8f15cab0c23a80dcaee85b876e70a8823d9105f067ce335a8268caa')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')