summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-09-13 13:42:41 +0800
committerTing-Wei Lan2020-09-13 13:42:41 +0800
commitfa9034a63568ab6f807c5dd64961c26cebeca628 (patch)
tree5b226c8ce48e9cf24a8c9791e7079dcc297fea45
parent34d03d9ce3858cb6602d7bab66624d99b040c610 (diff)
downloadaur-fa9034a63568ab6f807c5dd64961c26cebeca628.tar.gz
mingw-w64-gtk3: 3.24.22 -> 3.24.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bc66d511f3a..6eb7cbc4ba9d 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.22
+ pkgver = 3.24.23
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.22.tar.xz
- sha256sums = bf18a4a5dff28a7b02aaef1b949c2d09c96c18387eddab152bb4cd55a5b67dda
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.23.tar.xz
+ sha256sums = 5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1f012df39583..2a3b421cfbf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.22
+pkgver=3.24.23
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=(
- 'bf18a4a5dff28a7b02aaef1b949c2d09c96c18387eddab152bb4cd55a5b67dda')
+ '5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')