diff options
-rw-r--r-- | main/glib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index a9c2f9b8e..81092f549 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib -pkgver=2.34.0 -pkgrel=2 +pkgver=2.34.2 +pkgrel=0 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" arch="all" @@ -43,4 +43,4 @@ dev() { "$subpkgdir"/usr/bin/ } -md5sums="d80aef668f981b5dcf157633d13081c0 glib-2.34.0.tar.xz" +md5sums="a8a6be30781952e5ab2651c79da69a90 glib-2.34.2.tar.xz" |