summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-12-04 22:48:06 +0800
committerTing-Wei Lan2022-12-04 22:48:06 +0800
commit8965b6f74c0d933adff1c4fe4b290ddce5eea53a (patch)
tree6353b25652051ef0e6603fd3ea415f561beed864
parent65e9aa676c074e0f6a16fe00714a1f1b8a994ff6 (diff)
downloadaur-8965b6f74c0d933adff1c4fe4b290ddce5eea53a.tar.gz
mingw-w64-gtk3: 3.24.34 -> 3.24.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 424659bd6aad..b99ff4a6e07a 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.34
+ pkgver = 3.24.35
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk3.install
@@ -24,7 +24,7 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.34.tar.xz
- sha256sums = dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.35.tar.xz
+ sha256sums = ec10fe6d712ef0b3c63b5f932639c9d1ae99fce94f500f6f06965629fef60bd1
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index efd0fb442d3e..239d4ef40af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.34
+pkgver=3.24.35
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=(
- 'dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec')
+ 'ec10fe6d712ef0b3c63b5f932639c9d1ae99fce94f500f6f06965629fef60bd1')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')