summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2019-07-05 21:58:30 +0800
committerTing-Wei Lan2019-07-05 21:58:30 +0800
commitd33d6be75413a9d8f524b961cb0194a5e26a442f (patch)
tree0b62ea74a4f753f7323ef0c19f6317a6593e532c
parent4fcda3e64531325a911a7a1678e460f21a7c82c4 (diff)
downloadaur-d33d6be75413a9d8f524b961cb0194a5e26a442f.tar.gz
mingw-w64-gtk3: 3.24.9 -> 3.24.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed30d189464b..09fd5bcec829 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.9
+ pkgver = 3.24.10
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.9.tar.xz
- sha256sums = 577eb0270d9adf2eb2aa4b03f9c7873fadb20cf265194d0139570f738493e635
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.10.tar.xz
+ sha256sums = 35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 16600434aed4..49ffbb6b579d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.9
+pkgver=3.24.10
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=(
- '577eb0270d9adf2eb2aa4b03f9c7873fadb20cf265194d0139570f738493e635')
+ '35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')