summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2023-08-27 21:00:46 +0800
committerTing-Wei Lan2023-08-27 21:00:46 +0800
commitc94728cf9ec913dad0a4443b9059ff0a76e161fa (patch)
treebebac2249358de709ead4a5782d63f53ccfceac5
parent4bbaa96258a7a34455b16b6672c5197809740b79 (diff)
downloadaur-c94728cf9ec913dad0a4443b9059ff0a76e161fa.tar.gz
mingw-w64-gtk4: 4.12.0 -> 4.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbe08877b78e..2ffec1971b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.12.0
+ pkgver = 4.12.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.12/gtk-4.12.0.tar.xz
- sha256sums = a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f
+ source = https://download.gnome.org/sources/gtk/4.12/gtk-4.12.1.tar.xz
+ sha256sums = b8b61d6cf94fac64bf3a0bfc7af137c9dd2f8360033fdeb0cfe9612b77a99a72
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index 8b23bd6c0f1b..21efffd562d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.12.0
+pkgver=4.12.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=(
- 'a6d10829f405b1afc0b65e2a9642c04126a1d1b638d11c6d97426da4f84f1f6f')
+ 'b8b61d6cf94fac64bf3a0bfc7af137c9dd2f8360033fdeb0cfe9612b77a99a72')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')