Update to last vresion of xapian.

This commit is contained in:
Matthieu Gautier 2018-07-27 10:46:00 +02:00
parent b2bd19f484
commit de6ae772d4
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@ main_project_versions = {
# This is the "version" of the whole base_deps_versions dict. # This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions. # Change this when you change base_deps_versions.
base_deps_meta_version = '10' base_deps_meta_version = '11'
base_deps_versions = { base_deps_versions = {
'zlib' : '1.2.8', 'zlib' : '1.2.8',
'lzma' : '5.2.3', 'lzma' : '5.2.3',
'uuid' : '1.43.4', 'uuid' : '1.43.4',
'xapian-core' : '1.4.5', 'xapian-core' : '1.4.7',
'ctpp2' : '2.8.3', 'ctpp2' : '2.8.3',
'pugixml' : '1.2', 'pugixml' : '1.2',
'libmicrohttpd' : '0.9.46', 'libmicrohttpd' : '0.9.46',