34 lines
700 B
Python
34 lines
700 B
Python
|
|
main_project_versions = {
|
|
'kiwix-lib': '2.0.0',
|
|
'kiwix-tools': '0.5.0',
|
|
'libzim': '3.3.0',
|
|
'zim-tools': '0.0.1',
|
|
'zimwriterfs': '1.1',
|
|
}
|
|
|
|
|
|
# This is the "version" of the whole base_deps_versions dict.
|
|
# Change this when you change base_deps_versions.
|
|
base_deps_meta_version = '6'
|
|
|
|
|
|
base_deps_versions = {
|
|
'zlib' : '1.2.8',
|
|
'lzma' : '5.2.3',
|
|
'uuid' : '1.43.4',
|
|
'xapian-core' : '1.4.5',
|
|
'ctpp2' : '2.8.3',
|
|
'pugixml' : '1.2',
|
|
'libmicrohttpd' : '0.9.46',
|
|
'gumbo' : '0.10.1',
|
|
'icu4c' : '58.2',
|
|
'gradle' : '4.6',
|
|
'libaria2' : '1.33.1',
|
|
'libmagic' : '5.33',
|
|
'android-sdk' : 'r25.2.3',
|
|
'android-ndk' : 'r13b',
|
|
'qt' : '5.10.1',
|
|
'qtwebengine' : '5.10.1',
|
|
}
|