Added zstd dependency

This commit is contained in:
Veloman Yunkan
2020-03-31 13:29:50 +04:00
committed by Matthieu Gautier
parent 9be35a4dc0
commit ece4df3721
5 changed files with 28 additions and 4 deletions

View File

@ -42,11 +42,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 = '64'
base_deps_meta_version = '65'
base_deps_versions = {
'zlib' : '1.2.8',
'lzma' : '5.2.4',
'zstd' : '1.4.4',
'uuid' : '1.43.4',
'xapian-core' : '1.4.14',
'mustache' : '3.2',