Use recent zstdlib 1.5.1

This commit is contained in:
Emmanuel Engelhart
2021-11-26 10:23:13 +01:00
parent 7dbaff90f8
commit 1a3df6fa3b
2 changed files with 5 additions and 5 deletions

View File

@ -39,12 +39,12 @@ 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 = '74'
base_deps_meta_version = '75'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.4',
'zstd' : '1.4.4',
'zstd' : '1.5.1',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',
'xapian-core' : '1.4.18',