diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-23 11:17:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-23 11:17:16 +0000 |
commit | 39aaeda4c9167dd3d4f67378f43a6100e22ae106 (patch) | |
tree | 01702965b93b33f6a0b3b6df6955d5d7de56fe06 /main/goffice | |
parent | 92d5c255603958dd931815cd7bb4a854b353e2d3 (diff) | |
download | aports-39aaeda4c9167dd3d4f67378f43a6100e22ae106.tar.bz2 aports-39aaeda4c9167dd3d4f67378f43a6100e22ae106.tar.xz |
main/goffice: upgrade to 0.8.6
Diffstat (limited to 'main/goffice')
-rw-r--r-- | main/goffice/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/goffice/APKBUILD b/main/goffice/APKBUILD index 513f25f040..5172c3e471 100644 --- a/main/goffice/APKBUILD +++ b/main/goffice/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=goffice -pkgver=0.8.5 +pkgver=0.8.6 pkgrel=0 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" url="http://www.gnome.org" @@ -26,4 +26,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="3dda09fa540c947d45384b53713e49d5 goffice-0.8.5.tar.bz2" +md5sums="78b749f9b6913c2995171396f5deb525 goffice-0.8.6.tar.bz2" |