summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-03-14 00:20:40 +0800
committerTing-Wei Lan2021-03-14 00:20:40 +0800
commita8fc45b176fb24b2e7767a2ce3fdb0862c10a389 (patch)
treec5d528bb75941dd8d8159b2a553e532c0448b0cf
parent7d0696a04848407becde1d803cdeb3dd7ceb46c9 (diff)
downloadaur-a8fc45b176fb24b2e7767a2ce3fdb0862c10a389.tar.gz
mingw-w64-gtk3: 3.24.26 -> 3.24.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de69adb910a9..7552f2bafb4a 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.26
+ pkgver = 3.24.27
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.26.tar.xz
- sha256sums = 2cc1b2dc5cad15d25b6abd115c55ffd8331e8d4677745dd3ce6db725b4fff1e9
+ source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.27.tar.xz
+ sha256sums = f71c067570339f9f8efac7bb87717a2c52279cb50223fb8b5ba7085930757a26
pkgname = mingw-w64-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 6e49e576c425..eba7973719cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-gtk3
-pkgver=3.24.26
+pkgver=3.24.27
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=(
- '2cc1b2dc5cad15d25b6abd115c55ffd8331e8d4677745dd3ce6db725b4fff1e9')
+ 'f71c067570339f9f8efac7bb87717a2c52279cb50223fb8b5ba7085930757a26')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')