summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2022-12-25 22:06:24 +0800
committerTing-Wei Lan2022-12-25 22:06:24 +0800
commit12d07eb5c2349a9d3c88164e8c40e5a3bbfd73c3 (patch)
treefba949edfd11c133cdd98efc82db82bb4c639a25
parente9537078901a915bfdcaef9e41ea6d5c1157d42e (diff)
downloadaur-12d07eb5c2349a9d3c88164e8c40e5a3bbfd73c3.tar.gz
mingw-w64-gtk4: 4.8.2 -> 4.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a7dbb11b54a..7cadecd849b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk4
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 4.8.2
+ pkgver = 4.8.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.8/gtk-4.8.2.tar.xz
- sha256sums = 85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9
+ source = https://download.gnome.org/sources/gtk/4.8/gtk-4.8.3.tar.xz
+ sha256sums = b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74
pkgname = mingw-w64-gtk4
diff --git a/PKGBUILD b/PKGBUILD
index 260d1e1f270f..0890538fd956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-gtk4
-pkgver=4.8.2
+pkgver=4.8.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=(
- '85b7a160b6e02eafa4e7d38f046f8720fab537d3fe73c01c864333a983a692a9')
+ 'b362f968d085b4d3d9340d4d38c706377ded9d5374e694a2b6b7e6292e3cba74')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')