diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-10-31 02:22:26 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-10-31 02:22:26 +0000 |
commit | f316f0c4e32494af15da6567723c50fbb27df1fc (patch) | |
tree | 0d4a5f4b36ff5cc0e239470a4049b21bf29db2fc | |
parent | e978c9c83b68b9f92ce18ee16684517488385b16 (diff) | |
parent | c352e6027c4f41ecefc90cda76a204255bca3009 (diff) | |
download | packages-f316f0c4e32494af15da6567723c50fbb27df1fc.tar.gz packages-f316f0c4e32494af15da6567723c50fbb27df1fc.tar.bz2 packages-f316f0c4e32494af15da6567723c50fbb27df1fc.tar.xz packages-f316f0c4e32494af15da6567723c50fbb27df1fc.zip |
Merge branch 'xapian' into 'master'
user/xapian-core: Upgrade to 1.4.17
See merge request adelie/packages!566
-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 a7c352fa3..85f8f8f89 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.16 +pkgver=1.4.17 pkgrel=0 pkgdesc="Open source search engine library" url="https://xapian.org/" @@ -46,5 +46,5 @@ libxapian() { mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } -sha512sums="3d319ab672485e840019ee28b54b1c59bbd535c1802874f58593fb999681c19bff3e776dc19ab5d5bd97734bf01f1408f36ae49e21ca9706ca187db49f8a18a6 xapian-core-1.4.16.tar.xz +sha512sums="3eaf45d31eb9318e292fa052b32b1d9e1035651bdd3c366a0134f4b39d03d987083c19426a3d4b10f60078190fc3388f05b332cba958263bab1abf236c7a3ca7 xapian-core-1.4.17.tar.xz 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" |