mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Use zlib 1.2.12
This commit is contained in:
committed by
Matthieu Gautier
parent
71ac307916
commit
500d3bec86
@ -39,10 +39,10 @@ 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 = '75'
|
||||
base_deps_meta_version = '76'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.8',
|
||||
'zlib' : '1.2.12',
|
||||
'lzma' : '5.2.4',
|
||||
'zstd' : '1.5.1',
|
||||
'docoptcpp' : '0.6.2',
|
||||
|
Reference in New Issue
Block a user