diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-18 07:21:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-18 07:21:56 +0000 |
commit | 162bec7c832ce92f1f8813f186f211a48f0eb0e5 (patch) | |
tree | 2e6cfce0715601167c7e98b9ceae9f0d9cb026db | |
parent | 2750c38ddbabc0b87f37f481be014c69d3be55cb (diff) | |
download | aports-162bec7c832ce92f1f8813f186f211a48f0eb0e5.tar.bz2 aports-162bec7c832ce92f1f8813f186f211a48f0eb0e5.tar.xz |
main/glib: upgrade to 2.34.3
-rw-r--r-- | main/glib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index 81092f549e..238b2274ac 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib -pkgver=2.34.2 +pkgver=2.34.3 pkgrel=0 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" @@ -43,4 +43,4 @@ dev() { "$subpkgdir"/usr/bin/ } -md5sums="a8a6be30781952e5ab2651c79da69a90 glib-2.34.2.tar.xz" +md5sums="a4ca31e258273c3761e3de2edd607661 glib-2.34.3.tar.xz" |