summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-04-01 17:27:27 -0400
committerAndrew Sun2019-04-01 17:27:27 -0400
commit612a558b7758504606a1ea44c4b1ffd8441d8024 (patch)
treee51f138a57ee766055275e683ea51a0e9e1eb611
parent91fa4f3d95d85d5841969cbeb2729421d157fc5f (diff)
downloadaur-612a558b7758504606a1ea44c4b1ffd8441d8024.tar.gz
update to 2.60.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e56f3a3ad6..d03cf703b037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glibmm
pkgdesc = C++ bindings for GLib (mingw-w64)
- pkgver = 2.58.1
+ pkgver = 2.60.0
pkgrel = 1
url = https://www.gtkmm.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-glibmm
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/glibmm/2.58/glibmm-2.58.1.tar.xz
- md5sums = 77f1016cbb27e15d4e04a2b7bfdb4cae
+ source = https://download.gnome.org/sources/glibmm/2.60/glibmm-2.60.0.tar.xz
+ md5sums = 0f6180d185c067bdb2aa30d035f9b867
pkgname = mingw-w64-glibmm
diff --git a/PKGBUILD b/PKGBUILD
index 4151d5db4224..0d143ff92d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-glibmm
-pkgver=2.58.1
+pkgver=2.60.0
pkgrel=1
pkgdesc="C++ bindings for GLib (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt' 'mingw-w64-libsigc++' 'mingw-w64-zlib' 'mingw-w64-glib2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://download.gnome.org/sources/glibmm/${pkgver%.*}/glibmm-${pkgver}.tar.xz")
-md5sums=('77f1016cbb27e15d4e04a2b7bfdb4cae')
+md5sums=('0f6180d185c067bdb2aa30d035f9b867')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"