mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Update to new version of lzma and get it from kiwix.org server.
It seems that the downloading of the archive stored on sourceforge fails sometime. Use the archive stored in our server (download.kiwix.org) instead. And also move to the last version of lzma.
This commit is contained in:
@ -35,12 +35,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 = '17'
|
||||
base_deps_meta_version = '18'
|
||||
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.8',
|
||||
'lzma' : '5.2.3',
|
||||
'lzma' : '5.2.4',
|
||||
'uuid' : '1.43.4',
|
||||
'xapian-core' : '1.4.10',
|
||||
'mustache' : '3.2',
|
||||
|
Reference in New Issue
Block a user