New version of libzim and kiwix-lib.
This commit is contained in:
parent
6b43f5ad48
commit
1e56864e4a
|
@ -1,4 +1,4 @@
|
||||||
REM ========================================================
|
REM ========================================================
|
||||||
REM Install kiwix-tools
|
REM Install kiwix-tools
|
||||||
curl -fsSL -O https://download.kiwix.org/release/kiwix-tools/kiwix-tools_win-i686-2.1.0.zip || exit /b 1
|
curl -fsSL -O https://download.kiwix.org/release/kiwix-tools/kiwix-tools_win-i686-3.0.1-3.zip || exit /b 1
|
||||||
7z e kiwix-tools_win-i686-2.1.0.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1
|
7z e kiwix-tools_win-i686-2.1.0.zip -o%EXTRA_DIR%\bin kiwix-serve.exe || exit /b 1
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# This file reference all the versions of the depedencies we use in kiwix-build.
|
# This file reference all the versions of the depedencies we use in kiwix-build.
|
||||||
|
|
||||||
main_project_versions = {
|
main_project_versions = {
|
||||||
'kiwix-lib': '6.0.3',
|
'kiwix-lib': '6.0.4',
|
||||||
'kiwix-tools': '3.0.1',
|
'kiwix-tools': '3.0.1', # Also need to change this in appveyor/install_kiwix-tools.cmd
|
||||||
'libzim': '6.0.0',
|
'libzim': '6.0.1',
|
||||||
'zim-tools': '1.0.5',
|
'zim-tools': '1.0.5',
|
||||||
'zimwriterfs': '1.3.7',
|
'zimwriterfs': '1.3.7',
|
||||||
'kiwix-desktop': '2.0-rc1' # Also need to be change in appveyor/package_kiwix-desktop.sh
|
'kiwix-desktop': '2.0-rc1' # Also need to be change in appveyor/package_kiwix-desktop.sh
|
||||||
# Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
# Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
||||||
|
# You need to do the release process of kiwix-tools and kiwix-desktop in two separated process.
|
||||||
}
|
}
|
||||||
|
|
||||||
# This dictionnary specify what we need to build at each release process.
|
# This dictionnary specify what we need to build at each release process.
|
||||||
|
@ -31,12 +32,12 @@ main_project_versions = {
|
||||||
# - set KIWIX_DESKTOP_RELEASE to 0
|
# - set KIWIX_DESKTOP_RELEASE to 0
|
||||||
|
|
||||||
release_versions = {
|
release_versions = {
|
||||||
'libzim': None, # Depends of base deps (was 0)
|
'libzim': 0, # Depends of base deps (was 0)
|
||||||
'kiwix-lib': 0, # Depends of libzim (was 0)
|
'kiwix-lib': 0, # Depends of libzim (was 0)
|
||||||
'kiwix-tools': 2, # Depends of kiwix-lib and libzim (was 1)
|
'kiwix-tools': 3, # Depends of kiwix-lib and libzim (was 2)
|
||||||
'zim-tools': None, # Depends of libzim (was 0)
|
'zim-tools': 1, # Depends of libzim (was 0)
|
||||||
'zimwriterfs': 0, # Depends of libzim (was 0)
|
'zimwriterfs': 1, # Depends of libzim (was 0)
|
||||||
'kiwix-desktop': 3 # Depends of kiwix-lib and libzim (was 2)
|
'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 3)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue