summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-05-01 17:14:10 +0800
committerTing-Wei Lan2022-05-01 17:14:10 +0800
commit9e2fdd51a668c2e1979762e3cdaa6f2fc129b746 (patch)
tree8227bf672cbab66e1ba91ece7c16e649f9f46817
parent90b292f19d01f9268b5a1021ad5aab9431e7da22 (diff)
downloadaur-9e2fdd51a668c2e1979762e3cdaa6f2fc129b746.tar.gz
mingw-w64-gtk4: 4.6.2 -> 4.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2403e3bdaed..56a394998753 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.2
+ pkgver = 4.6.3
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.2.tar.xz
- sha256sums = ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec
+ source = https://download.gnome.org/sources/gtk/4.6/gtk-4.6.3.tar.xz
+ sha256sums = a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index 060f022f4101..e85f20742281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.6.2
+pkgver=4.6.3
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=(
- 'ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec')
+ 'a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')