New version of xapian 1.4.22

Fix #599
This commit is contained in:
Matthieu Gautier
2023-04-25 14:38:13 +02:00
parent 5bb67d7ebb
commit 5ef7e2a017
3 changed files with 25 additions and 4 deletions

View File

@ -39,7 +39,7 @@ 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 = '84'
base_deps_meta_version = '85'
base_deps_versions = {
'zlib' : '1.2.12',
@ -47,7 +47,7 @@ base_deps_versions = {
'zstd' : '1.5.2',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',
'xapian-core' : '1.4.18',
'xapian-core' : '1.4.22',
'mustache' : '4.1',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.76',