diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2015-04-20 18:20:15 -0700 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-23 06:12:54 +0000 |
commit | 07a73efee59b48f87db476ee35d312f9a0f4a472 (patch) | |
tree | 9821c988ddb7e0b2c8e1c37827de00d8a0a222f7 | |
parent | 76f55ab7634b071cdfaeaf09ba00be0557ae9403 (diff) | |
download | aports-07a73efee59b48f87db476ee35d312f9a0f4a472.tar.bz2 aports-07a73efee59b48f87db476ee35d312f9a0f4a472.tar.xz |
testing/xiphos: update to 4.0.2
Upstream fix for a memory management error.
-rw-r--r-- | testing/xiphos/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/xiphos/APKBUILD b/testing/xiphos/APKBUILD index adea4af1d2..bbc8fbd739 100644 --- a/testing/xiphos/APKBUILD +++ b/testing/xiphos/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Isaac Dunham <ibid.ag@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=xiphos -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=0 -_pkgex="-20150330" +_pkgex="-20150415" pkgdesc="Gnome application for Bible study" url="https://sourceforge.net/projects/gnomesword" arch="all" @@ -39,6 +39,6 @@ package() { } -md5sums="0b3fc83f7ba379d0a762fceaf1c9c11c xiphos-4.0.1-20150330.tar.gz" -sha256sums="7f3063cd7cd75fa7ca170b127cda7f29034cc1e3f6fd44ef510dfcb07f5f9e94 xiphos-4.0.1-20150330.tar.gz" -sha512sums="269fcfdeafafd03d93b3c9f951463d4e1a4de424a0763c47f1684ff016654f5432e4e3946fc98736dff577ee420614f979cd784c3af5e5dde98175a577402400 xiphos-4.0.1-20150330.tar.gz" +md5sums="d5151d06bc701c82f9a1fa7f81214fe1 xiphos-4.0.2-20150415.tar.gz" +sha256sums="dc472085dcd707426a5b6642e203bd3e711b4a04e03d5053aa712fa4eb341365 xiphos-4.0.2-20150415.tar.gz" +sha512sums="d69b80cc4997b8aec3d05326741415498ca650205fab6ec262f83bc837878ed6272a10c954d04516cf6423ff5ce1f5372b8b82b11f0ed6d9dacfab6d304e7e05 xiphos-4.0.2-20150415.tar.gz" |