mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
New release of libzim, kiwix-lib, zim-tools and kiwix-desktop.
This commit is contained in:
@ -9,8 +9,8 @@ environment:
|
||||
MSYS2_ARG_CONV_EXCL: '-Tp'
|
||||
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
|
||||
MSYSTEM: 'MINGW64'
|
||||
KIWIX_DESKTOP_VERSION: '2.0.4-1'
|
||||
KIWIX_DESKTOP_RELEASE: 0
|
||||
KIWIX_DESKTOP_VERSION: '2.0.5'
|
||||
KIWIX_DESKTOP_RELEASE: 1
|
||||
|
||||
|
||||
init:
|
||||
|
@ -1,11 +1,11 @@
|
||||
# This file reference all the versions of the depedencies we use in kiwix-build.
|
||||
|
||||
main_project_versions = {
|
||||
'libzim': '6.2.2',
|
||||
'kiwix-lib': '9.4.0',
|
||||
'libzim': '6.3.0',
|
||||
'kiwix-lib': '9.4.1',
|
||||
'kiwix-tools': '3.1.2',
|
||||
'zim-tools': '2.0.0',
|
||||
'kiwix-desktop': '2.0.4' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
||||
'zim-tools': '2.1.0',
|
||||
'kiwix-desktop': '2.0.5' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
|
||||
}
|
||||
|
||||
# This dictionnary specify what we need to build at each release process.
|
||||
@ -30,10 +30,10 @@ main_project_versions = {
|
||||
|
||||
release_versions = {
|
||||
'libzim': 0, # Depends of base deps (was 0)
|
||||
'kiwix-lib': None, # Depends of libzim (was 0)
|
||||
'kiwix-tools': None, # Depends of kiwix-lib and libzim (was 3)
|
||||
'zim-tools': None, # Depends of libzim (was 2)
|
||||
'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0)
|
||||
'kiwix-lib': 0, # Depends of libzim (was 0)
|
||||
'kiwix-tools': 4, # Depends of kiwix-lib and libzim (was 3)
|
||||
'zim-tools': 0, # Depends of libzim (was 2)
|
||||
'kiwix-desktop': 0 # Depends of kiwix-lib and libzim (was 0)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user