diff options
author | LAN-TW <lantw44@gmail.com> | 2013-10-27 05:12:58 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-10-27 05:12:58 +0800 |
commit | 22fd3ea897a4c2b3394cd1f0347d304897fafcd5 (patch) | |
tree | c391d0912411f8e22d9a25a80c45f090f132160f | |
parent | 6212f528065b773589e2c6c681f6e2b988d8bfc3 (diff) | |
download | AUR-PKGBUILD-22fd3ea897a4c2b3394cd1f0347d304897fafcd5.tar.gz AUR-PKGBUILD-22fd3ea897a4c2b3394cd1f0347d304897fafcd5.tar.zst AUR-PKGBUILD-22fd3ea897a4c2b3394cd1f0347d304897fafcd5.zip |
mingw-w64-gtk3: 3.8.5 -> 3.8.6
-rw-r--r-- | mingw-w64-gtk3/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index 0a71f99..d7b4e62 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.8.5 +pkgver=3.8.6 pkgrel=1 pkgdesc="GTK+ is a multi-platform toolkit (v3) (mingw-w64)" arch=(any) @@ -26,9 +26,9 @@ source=( # The second source file is downloaded from GNOME. This file exists in the git repository but not in the tarball. Building of demos will fail without this file. # The third source file is downloaded from Fedora Project -md5sums=('f5583d1ca338336103ab40b233c6d3ff' - '523aea0be651baaba128c133751a0f01' - '4038939df90f80ea6923d67afff28e03') +sha256sums=('b5638b2d2ffa1b3aa2dbdba75a3134d9dc4b6e4ed7a287855fed2811956cd4ed' + '22c7fbf387ccb874bfd05e58243e1d77597ff7c1ef3e61649f84d4b921decba7' + 'ccad28dbc881049f40fa23199692be7b19575018e6259f97092c5e8404607cac') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |