summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2023-03-18 20:30:51 +0800
committerTing-Wei Lan2023-03-18 20:30:51 +0800
commit2901884539da591553184a8a1f6807c8775d6631 (patch)
tree46852675a0ea03b05270db7fc6389a111d996292
parent5edd2c361938950785323adf5184357695abc3e0 (diff)
downloadaur-2901884539da591553184a8a1f6807c8775d6631.tar.gz
mingw-w64-gtk4: 4.10.0 -> 4.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644ed532c1fd..c5187e7278ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.10.0
+ pkgver = 4.10.1
pkgrel = 1
url = https://www.gtk.org
install = mingw-w64-gtk4.install
@@ -29,7 +29,7 @@ pkgbase = mingw-w64-gtk4
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk/4.10/gtk-4.10.0.tar.xz
- sha256sums = 8dc1e7c3b3a46772f0fa416a8ca3fd21d0d0b3b03fb307d2e7327ebee69626e4
+ source = https://download.gnome.org/sources/gtk/4.10/gtk-4.10.1.tar.xz
+ sha256sums = e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index d25d75e4783e..7bdd4589af88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.10.0
+pkgver=4.10.1
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -34,7 +34,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk/${pkgver%.*}/gtk-${pkgver}.tar.xz")
sha256sums=(
- '8dc1e7c3b3a46772f0fa416a8ca3fd21d0d0b3b03fb307d2e7327ebee69626e4')
+ 'e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')