diff options
author | Pedro Filipe <pedrofilipecerqueira@outlook.com> | 2019-06-18 20:52:10 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 21:04:20 -0300 |
commit | 6de413690debe8b41081c537ec6e281f18c06e50 (patch) | |
tree | 78665e49cbff3a26c62dcd9d5e2247d8e95b8a81 /community | |
parent | 4fcf142f8b280bd9a2e59455723c0106324a8373 (diff) | |
download | aports-6de413690debe8b41081c537ec6e281f18c06e50.tar.bz2 aports-6de413690debe8b41081c537ec6e281f18c06e50.tar.xz |
community/goffice: upgrade to 0.10.45
Diffstat (limited to 'community')
-rw-r--r-- | community/goffice/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/goffice/APKBUILD b/community/goffice/APKBUILD index f18f0c9251..65b342b20f 100644 --- a/community/goffice/APKBUILD +++ b/community/goffice/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=goffice -pkgver=0.10.43 +pkgver=0.10.45 pkgrel=0 _maj=${pkgver%%.*} _min=${pkgver#${_maj}.} @@ -45,5 +45,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="979ccf67fe08d09a2cf0413b4674a44208aa5f4802ab086a463ea2b449fc8c9d1c96dea7234c8e715064cf1726a47d2a5428728a2ff0d00759d5fe7017dc709f goffice-0.10.43.tar.xz +sha512sums="72400d1cc9e4ca8b6562773879180651b6404e0c8dd8fcdcd7f6491dc42e12ee57f30f8f0c2f788d25bd2397dc4bdf95af7b875356a03d5981a7e311cfd7e132 goffice-0.10.45.tar.xz 1addcc0e3f1c4d908fbe4caf2a31a3ac8957f03ccce55f8a81f059ad8d40a79cb51a72ba33a57b027fce85f29b335c126f567cb0a8cef2f25d5cff79287655d4 testsuite-workaround.patch" |