diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-01 11:16:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-01 11:31:49 +0000 |
commit | 20164b730b0d11f2ff2a5ae920800831881e1e8e (patch) | |
tree | bec9275d016061873d85c8323cbf907927c33652 /community/xapian-core | |
parent | 4d62d081e6ff5fe1fa8bfd7985aab3c3c79a9597 (diff) | |
download | aports-20164b730b0d11f2ff2a5ae920800831881e1e8e.tar.bz2 aports-20164b730b0d11f2ff2a5ae920800831881e1e8e.tar.xz |
community/xapian-core: upgrade to 1.4.1
Diffstat (limited to 'community/xapian-core')
-rw-r--r-- | community/xapian-core/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 1f65b95f08..cfddf867ea 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.0 +pkgver=1.4.1 pkgrel=0 pkgdesc="Open source search engine library" url="http://www.xapian.org/" @@ -36,9 +36,9 @@ libxapian() { mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } -md5sums="5308261e78337604bd8f845dd6b4aafc xapian-core-1.4.0.tar.xz +md5sums="0036ae0e1e1065ba1734790de69835b3 xapian-core-1.4.1.tar.xz 689e6f6a15c61a229c558cbf91a656c1 timeval-t.patch" -sha256sums="10584f57112aa5e9c0e8a89e251aecbf7c582097638bfee79c1fe39a8b6a6477 xapian-core-1.4.0.tar.xz +sha256sums="c5f2534de73c067ac19eed6d6bec65b7b2c1be00131c8867da9e1dfa8bce70eb xapian-core-1.4.1.tar.xz 3f28d677d08a1b75695ac7a010299762952043d04e14b52d352dda1c235c3427 timeval-t.patch" -sha512sums="e37868e80187718995fd5b0f92a47c801b76c7bef129e01928d1de925b5f655ffe7c6907218809469ad4b89bf81c67ce9c9b5cc0646f2b8d629d6afd629a621e xapian-core-1.4.0.tar.xz +sha512sums="b1bb28e78609565a2690ef147231237dcfdd3b7f6108964962260a2678ab6483a4e1f2a795d2a3595e9d0a1567d6223b0cbe6ed9d95a455437f7f5c40e49389d xapian-core-1.4.1.tar.xz 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" |