summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-08-18 23:14:28 +0800
committerTing-Wei Lan2022-08-18 23:14:28 +0800
commit14e7feda4afa2ee424ea2a5c56d31a291ee5a274 (patch)
treeaef5be6be21e14103f92d9226a36c86d4c527b02
parent56b0b92755a395ac31fdcab40e5cf7d4cb0bd7bb (diff)
downloadaur-14e7feda4afa2ee424ea2a5c56d31a291ee5a274.tar.gz
mingw-w64-gtk4: 4.6.6 -> 4.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38f79c42453..7e52216ef52b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.6.6
+ pkgver = 4.6.7
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.6/gtk-4.6.6.tar.xz
- sha256sums = 7bbfe4d13569f7c297ed49834ac7263e318b7bf102d3271cb466d5971f59ae70
+ source = https://download.gnome.org/sources/gtk/4.6/gtk-4.6.7.tar.xz
+ sha256sums = effd2e7c4b5e2a5c7fad43e0f24adea68baa4092abb0b752caff278e6bb010e8
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index 9a7cdb8efc08..b83bb088e617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.6.6
+pkgver=4.6.7
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=(
- '7bbfe4d13569f7c297ed49834ac7263e318b7bf102d3271cb466d5971f59ae70')
+ 'effd2e7c4b5e2a5c7fad43e0f24adea68baa4092abb0b752caff278e6bb010e8')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')