diff options
-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 0cbd6d7df8..7b64c60442 100644 --- a/main/goffice/APKBUILD +++ b/main/goffice/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=goffice -pkgver=0.8.12 +pkgver=0.8.14 pkgrel=0 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" url="http://www.gnome.org" @@ -27,4 +27,4 @@ package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="c51d7ec08342ea78ba9c47dcbb72d764 goffice-0.8.12.tar.bz2" +md5sums="f3c731fed8f19881cdb367e0a9c715f6 goffice-0.8.14.tar.bz2" |