diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2023-05-28 11:25:34 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2023-05-28 11:25:34 +0800 |
commit | 862dee00e60ac56699218abb666d0fa1edfeb2e8 (patch) | |
tree | e71f0f75426c0586adc72640732354cad72e431e | |
parent | 9025b4314e03f82001a3074692314c3e77a35315 (diff) | |
download | AUR4-PKGBUILD-862dee00e60ac56699218abb666d0fa1edfeb2e8.tar.gz AUR4-PKGBUILD-862dee00e60ac56699218abb666d0fa1edfeb2e8.tar.zst AUR4-PKGBUILD-862dee00e60ac56699218abb666d0fa1edfeb2e8.zip |
mingw-w64-gtk3: 3.24.37 -> 3.24.38
-rw-r--r-- | mingw-w64-gtk3/.SRCINFO | 6 | ||||
-rw-r--r-- | mingw-w64-gtk3/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mingw-w64-gtk3/.SRCINFO b/mingw-w64-gtk3/.SRCINFO index c1cf6ac..a5d8380 100644 --- a/mingw-w64-gtk3/.SRCINFO +++ b/mingw-w64-gtk3/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mingw-w64-gtk3 pkgdesc = GObject-based multi-platform GUI toolkit (mingw-w64) - pkgver = 3.24.37 + pkgver = 3.24.38 pkgrel = 1 url = https://www.gtk.org install = mingw-w64-gtk3.install @@ -25,7 +25,7 @@ pkgbase = mingw-w64-gtk3 options = !strip options = !buildflags options = staticlibs - source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.37.tar.xz - sha256sums = 6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57 + source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz + sha256sums = ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7 pkgname = mingw-w64-gtk3 diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index 58f7f8f..d3c2048 100644 --- a/mingw-w64-gtk3/PKGBUILD +++ b/mingw-w64-gtk3/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 at gmail dot com pkgname=mingw-w64-gtk3 -pkgver=3.24.37 +pkgver=3.24.38 pkgrel=1 pkgdesc='GObject-based multi-platform GUI toolkit (mingw-w64)' arch=('any') @@ -30,7 +30,7 @@ options=('!strip' '!buildflags' 'staticlibs') source=( "https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz") sha256sums=( - '6745f0b4c053794151fd0f0e2474b077cccff5f83e9dd1bf3d39fe9fe5fb7f57') + 'ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') |