mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Get icu sources from an archive instead of svn.
SVN checkout can be pretty long to do (especially if icu serveur is pretty slow). By downloading an archive on our own server, we avoid a spending too many time downloading. The archive is a simple targz of the SVN checkout.
This commit is contained in:
@ -10,7 +10,7 @@ main_project_versions = {
|
||||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '9'
|
||||
base_deps_meta_version = '10'
|
||||
|
||||
|
||||
base_deps_versions = {
|
||||
|
Reference in New Issue
Block a user