diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-14 13:51:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-14 13:51:58 +0000 |
commit | 2f813cd6bb6def30ce4ed1b34f7af5015785b5eb (patch) | |
tree | 08ffefeea7c05b2d42f7100ae88692bbe51087d2 /main/glibmm/APKBUILD | |
parent | 7bc6b2b77fbee78502113fc3535b4efd1b1e1b8d (diff) | |
download | aports-2f813cd6bb6def30ce4ed1b34f7af5015785b5eb.tar.bz2 aports-2f813cd6bb6def30ce4ed1b34f7af5015785b5eb.tar.xz |
main/glibmm: upgrade to 2.34.1
Diffstat (limited to 'main/glibmm/APKBUILD')
-rw-r--r-- | main/glibmm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/glibmm/APKBUILD b/main/glibmm/APKBUILD index c72c22e49f..a8402187b7 100644 --- a/main/glibmm/APKBUILD +++ b/main/glibmm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glibmm -pkgver=2.32.1 +pkgver=2.34.1 pkgrel=0 pkgdesc="C++ wrapper for the GLib toolkit" url="http://gtkmm.sourceforge.net/" @@ -36,4 +36,4 @@ doc() { mv "$pkgdir"/usr/share/devhelp "$subpkgdir"/usr/share/ } -md5sums="8e5dd06610bd205f4c9cbc11453c0010 glibmm-2.32.1.tar.xz" +md5sums="25dccf8e95abcde034a002b450a43125 glibmm-2.34.1.tar.xz" |