summaryrefslogtreecommitdiffstats
path: root/mingw-w64-gtk3
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-01-23 06:08:25 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-01-23 06:08:25 +0800
commit83649fe588222bb8ad3b259b8c37156e31077bde (patch)
treebd55207e38feb1b94f997c0305d3027981af07e7 /mingw-w64-gtk3
parent0e73fbe4dfa7e35452c9c4f107314eedd7603519 (diff)
downloadAUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar.gz
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar.bz2
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar.lz
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar.xz
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.tar.zst
AUR4-PKGBUILD-83649fe588222bb8ad3b259b8c37156e31077bde.zip
mingw-w64-gtk3: 3.24.3 -> 3.24.4
Diffstat (limited to 'mingw-w64-gtk3')
-rw-r--r--mingw-w64-gtk3/.SRCINFO8
-rw-r--r--mingw-w64-gtk3/PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/mingw-w64-gtk3/.SRCINFO b/mingw-w64-gtk3/.SRCINFO
index be5ff9c..366a04b 100644
--- a/mingw-w64-gtk3/.SRCINFO
+++ b/mingw-w64-gtk3/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 18 16:00:51 UTC 2019
+# Tue Jan 22 22:08:25 UTC 2019
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.3
+ pkgver = 3.24.4
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.3.tar.xz
- sha256sums = 5708fa534d964b1fb9a69d15758729d51b9a438471d4612dc153f595904803bd
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.4.tar.xz
+ sha256sums = d84f59ff02a87cc90c9df4a572a13eca4e3506e2bf511e2b9cbdb4526fa0cb9c
pkgname = mingw-w64-gtk3
diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD
index fca8edc..12de789 100644
--- a/mingw-w64-gtk3/PKGBUILD
+++ b/mingw-w64-gtk3/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.3
+pkgver=3.24.4
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -25,7 +25,7 @@ depends=(
'mingw-w64-pango>=1.41.0')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
-sha256sums=('5708fa534d964b1fb9a69d15758729d51b9a438471d4612dc153f595904803bd')
+sha256sums=('d84f59ff02a87cc90c9df4a572a13eca4e3506e2bf511e2b9cbdb4526fa0cb9c')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')