summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-03-18 20:30:51 +0800
committerTing-Wei Lan <lantw44@gmail.com>2023-03-18 20:30:51 +0800
commit0b50d55fa853786437826ebfa46daf0dfd2a014e (patch)
tree0a5eeb39fa3504a8a2a7eefed98eeba58df5a377
parentf7c807c3d47fd1a631ebd11347b1de56bf7ba1cd (diff)
downloadAUR4-PKGBUILD-0b50d55fa853786437826ebfa46daf0dfd2a014e.tar.gz
AUR4-PKGBUILD-0b50d55fa853786437826ebfa46daf0dfd2a014e.tar.zst
AUR4-PKGBUILD-0b50d55fa853786437826ebfa46daf0dfd2a014e.zip
mingw-w64-gtk4: 4.10.0 -> 4.10.1
-rw-r--r--mingw-w64-gtk4/.SRCINFO6
-rw-r--r--mingw-w64-gtk4/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/mingw-w64-gtk4/.SRCINFO b/mingw-w64-gtk4/.SRCINFO
index 644ed53..c5187e7 100644
--- a/mingw-w64-gtk4/.SRCINFO
+++ b/mingw-w64-gtk4/.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/mingw-w64-gtk4/PKGBUILD b/mingw-w64-gtk4/PKGBUILD
index d25d75e..7bdd458 100644
--- a/mingw-w64-gtk4/PKGBUILD
+++ b/mingw-w64-gtk4/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')