summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-04-23 11:52:37 +0800
committerTing-Wei Lan <lantw44@gmail.com>2023-04-23 11:52:37 +0800
commitf80f111ddd3830be892364479976c7521acf354b (patch)
tree36d95fcc5b1014b351337e17f6b6e967833ffc1a
parent5de6b64120792184331fc281a71e51863e1a13fb (diff)
downloadAUR4-PKGBUILD-f80f111ddd3830be892364479976c7521acf354b.tar.gz
AUR4-PKGBUILD-f80f111ddd3830be892364479976c7521acf354b.tar.zst
AUR4-PKGBUILD-f80f111ddd3830be892364479976c7521acf354b.zip
mingw-w64-gtk4: 4.10.1 -> 4.10.3
-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 c5187e7..fec43aa 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.1
+ pkgver = 4.10.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.10/gtk-4.10.1.tar.xz
- sha256sums = e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311
+ source = https://download.gnome.org/sources/gtk/4.10/gtk-4.10.3.tar.xz
+ sha256sums = 4545441ad79e377eb6e0a705026dc7a46886e46a1b034db40912909da801cea9
pkgname = mingw-w64-gtk4
diff --git a/mingw-w64-gtk4/PKGBUILD b/mingw-w64-gtk4/PKGBUILD
index 7bdd458..b2d6e7e 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.1
+pkgver=4.10.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=(
- 'e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311')
+ '4545441ad79e377eb6e0a705026dc7a46886e46a1b034db40912909da801cea9')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')