Use xapian 1.4.10 insteal of 1.4.7

Fix #264
This commit is contained in:
Matthieu Gautier
2019-02-18 11:41:57 +01:00
parent f107fa2eb1
commit 6a1fdb8620
3 changed files with 8 additions and 8 deletions

View File

@ -35,14 +35,14 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '15'
base_deps_meta_version = '16'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.3',
'uuid' : '1.43.4',
'xapian-core' : '1.4.7',
'xapian-core' : '1.4.10',
'mustache' : '3.2',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.46',