summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-03-28 22:30:08 +0800
committerTing-Wei Lan2021-03-28 22:30:08 +0800
commita443f15c54c266bced06b2bea07307800b06fcd5 (patch)
tree8daff1beccaff2b065bf3511294688da2b22e639
parenta8fc45b176fb24b2e7767a2ce3fdb0862c10a389 (diff)
downloadaur-a443f15c54c266bced06b2bea07307800b06fcd5.tar.gz
mingw-w64-gtk3: 3.24.27 -> 3.24.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7552f2bafb4a..ff2687e21a23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gtk3
pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64)
- pkgver = 3.24.27
+ pkgver = 3.24.28
pkgrel = 1
url = http://www.gtk.org
install = mingw-w64-gtk3.install
@@ -24,8 +24,8 @@ pkgbase = mingw-w64-gtk3
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.27.tar.xz
- sha256sums = f71c067570339f9f8efac7bb87717a2c52279cb50223fb8b5ba7085930757a26
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.28.tar.xz
+ sha256sums = b04e09763367f1ce932cd2ee3a359d4de150e1c38e7bef7d29aa72557a6b47c6
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index eba7973719cc..3cd81eef2a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.27
+pkgver=3.24.28
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)'
arch=('any')
@@ -29,7 +29,7 @@ options=('!strip' '!buildflags' 'staticlibs')
source=(
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=(
- 'f71c067570339f9f8efac7bb87717a2c52279cb50223fb8b5ba7085930757a26')
+ 'b04e09763367f1ce932cd2ee3a359d4de150e1c38e7bef7d29aa72557a6b47c6')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')