mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Rename dependency_versions.py to versions.py
This commit is contained in:
29
kiwixbuild/versions.py
Normal file
29
kiwixbuild/versions.py
Normal file
@ -0,0 +1,29 @@
|
||||
|
||||
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 = '3'
|
||||
|
||||
|
||||
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'
|
||||
}
|
Reference in New Issue
Block a user