mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Added zstd dependency
This commit is contained in:
committed by
Matthieu Gautier
parent
9be35a4dc0
commit
ece4df3721
@ -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',
|
||||
|
Reference in New Issue
Block a user