diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 20:58:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 20:58:48 +0000 |
commit | 58ec5901ef9247119744534a47bb22202f7e6dbc (patch) | |
tree | c1233c9e83c5a5d977df3c9bcb9bef5fd4751425 | |
parent | 02fcc62e8749dea0da3efa30552ebecb05c85aa5 (diff) | |
download | aports-58ec5901ef9247119744534a47bb22202f7e6dbc.tar.bz2 aports-58ec5901ef9247119744534a47bb22202f7e6dbc.tar.xz |
x11/libgsf: upgrade to 1.14.15
-rw-r--r-- | x11/libgsf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgsf/APKBUILD b/x11/libgsf/APKBUILD index 7e31e8b0e..1eb85d6c1 100644 --- a/x11/libgsf/APKBUILD +++ b/x11/libgsf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgsf -pkgver=1.14.14 +pkgver=1.14.15 pkgrel=0 pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats." url="http://www.gnome.org/" @@ -28,4 +28,4 @@ build () rm -f "$pkgdir"/usr/share/man/man1/gsf-office-thumbnailer.1 } -md5sums="69e9c57d48539782f72c55824a3c6859 libgsf-1.14.14.tar.bz2" +md5sums="5118e971b4257f50b6914404593f63cf libgsf-1.14.15.tar.bz2" |