diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 07:40:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 07:44:49 +0000 |
commit | 2bfce3b548e4f1a1e0a55954eb287d3f5cabf07a (patch) | |
tree | aa4aa08a8b4544bb6c908a10d57cbdd9aea05f8a | |
parent | 5fb8bf8a13e70d2ec27f7341d852013bfb40f64f (diff) | |
download | aports-2bfce3b548e4f1a1e0a55954eb287d3f5cabf07a.tar.bz2 aports-2bfce3b548e4f1a1e0a55954eb287d3f5cabf07a.tar.xz |
community/xapian-core: upgrade to 1.4.10
-rw-r--r-- | community/xapian-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 114de9e033..5801358b19 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=xapian-core -pkgver=1.4.9 +pkgver=1.4.10 pkgrel=0 pkgdesc="Open source search engine library" url="http://www.xapian.org/" @@ -54,5 +54,5 @@ libxapian() { mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } -sha512sums="1af23815ff9358d6407723d1a7d3dc00df8f45f4808ccaa4c57f38197763fdc2d62cb7b080fab737408db42ced85707021eac881d80767248ea22aff8a2e4aa3 xapian-core-1.4.9.tar.xz +sha512sums="fa716d6f8c04edb297d99dad4d7835f7874837ab3c39d7017e43708cde6992c596e579418be17b79772e002bd23b94169812523a1abd9519b1dd3df474f027d9 xapian-core-1.4.10.tar.xz 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" |