diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 19:02:54 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 19:02:54 +0000 |
commit | 00996979ae47a90f86bde18eb32f03706e76d060 (patch) | |
tree | 742a9f57c6047bcdcb6849c1afeb6f6e8f1a94c1 /user/xapian-core | |
parent | 63332164b8c5b668cbd1823c0d6c87a71d7f6605 (diff) | |
download | packages-00996979ae47a90f86bde18eb32f03706e76d060.tar.gz packages-00996979ae47a90f86bde18eb32f03706e76d060.tar.bz2 packages-00996979ae47a90f86bde18eb32f03706e76d060.tar.xz packages-00996979ae47a90f86bde18eb32f03706e76d060.zip |
user/xapian-core: bump to 1.4.7
Diffstat (limited to 'user/xapian-core')
-rw-r--r-- | user/xapian-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xapian-core/APKBUILD b/user/xapian-core/APKBUILD index eac1f412f..ac38e0afc 100644 --- a/user/xapian-core/APKBUILD +++ b/user/xapian-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: pkgname=xapian-core -pkgver=1.4.6 +pkgver=1.4.7 pkgrel=0 pkgdesc="Open source search engine library" url="https://xapian.org/" @@ -54,5 +54,5 @@ libxapian() { mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } -sha512sums="f08168eba26a24ea00c2219d2cdfac1d904b51162fdd98d437564786375245e00010986a7d6e9c8c7548ae19aab80434b5cb0051252f902b40db2976b1008fe2 xapian-core-1.4.6.tar.xz +sha512sums="9e77a78bd63036966ebb9bbed91e36fef17b37c9465c8d4b7dc8041f0e24b040e6520de645babfeeade952771d145176a204328718cfa8bc2291bb6fdbe840d2 xapian-core-1.4.7.tar.xz 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" |