diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-17 09:40:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-17 09:40:09 +0000 |
commit | fb0ab4d7d23497e8ae448fe2bdcd3911c6589a02 (patch) | |
tree | 4eb8a12929785e97cfebc3f985859251cad9d1a4 | |
parent | 74bb8ece11953b2cb75b86c3f5edc08c5122a0bf (diff) | |
download | aports-fb0ab4d7d23497e8ae448fe2bdcd3911c6589a02.tar.bz2 aports-fb0ab4d7d23497e8ae448fe2bdcd3911c6589a02.tar.xz |
main/glib: upgrade to 2.28.8
-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 c74a8e58fa..8c625e20ca 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib -pkgver=2.28.0 -pkgrel=1 +pkgver=2.28.8 +pkgrel=0 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" arch="all" @@ -45,4 +45,4 @@ dev() { "$subpkgdir"/usr/bin/ } -md5sums="51dbe36bc03a29a1f9bf6b74fb4a6926 glib-2.28.0.tar.bz2" +md5sums="789e7520f71c6a4bf08bc683ec764d24 glib-2.28.8.tar.bz2" |