summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2020-12-14 02:58:42 +0800
committerTing-Wei Lan <lantw44@gmail.com>2020-12-14 02:58:42 +0800
commitea5fffc8001824cb9a856e2459eaffe11b2a7c8c (patch)
treef6f87e62b92964efbfd6ef82de5d710370aa4464
parent176e20ac422dea584126bca6a13d60d82053aced (diff)
downloadAUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar.gz
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar.bz2
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar.lz
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar.xz
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.tar.zst
AUR4-PKGBUILD-ea5fffc8001824cb9a856e2459eaffe11b2a7c8c.zip
mingw-w64-gtk3: 3.24.23 -> 3.24.24
-rw-r--r--mingw-w64-gtk3/.SRCINFO6
-rw-r--r--mingw-w64-gtk3/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/mingw-w64-gtk3/.SRCINFO b/mingw-w64-gtk3/.SRCINFO
index 6eb7cbc..2acd8ea 100644
--- a/mingw-w64-gtk3/.SRCINFO
+++ b/mingw-w64-gtk3/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.23
+ pkgver = 3.24.24
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.23.tar.xz
- sha256sums = 5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.24.tar.xz
+ sha256sums = cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a
pkgname = mingw-w64-gtk3
diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD
index 2a3b421..1d71a27 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.23
+pkgver=3.24.24
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=(
- '5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1')
+ 'cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')