New versions of zim-tools (3.1.2) and kiwix-desktop (2.3.0)

This commit is contained in:
Matthieu Gautier 2022-09-07 18:50:47 +02:00
parent 27bdda0bcf
commit 6d4aa756b5
2 changed files with 7 additions and 7 deletions

View File

@ -9,8 +9,8 @@ environment:
MSYS2_ARG_CONV_EXCL: '-Tp' MSYS2_ARG_CONV_EXCL: '-Tp'
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c' MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
MSYSTEM: 'MINGW64' MSYSTEM: 'MINGW64'
KIWIX_DESKTOP_VERSION: '2.2.2-1' KIWIX_DESKTOP_VERSION: '2.3.0'
KIWIX_DESKTOP_RELEASE: 0 KIWIX_DESKTOP_RELEASE: 1
init: init:

View File

@ -4,8 +4,8 @@ main_project_versions = {
'libzim': '8.0.1', 'libzim': '8.0.1',
'libkiwix': '11.0.0', 'libkiwix': '11.0.0',
'kiwix-tools': '3.3.0', 'kiwix-tools': '3.3.0',
'zim-tools': '3.1.1', 'zim-tools': '3.1.2',
'kiwix-desktop': '2.2.2' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml 'kiwix-desktop': '2.3.0' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
} }
# This dictionnary specify what we need to build at each release process. # This dictionnary specify what we need to build at each release process.
@ -29,11 +29,11 @@ main_project_versions = {
# - set KIWIX_DESKTOP_RELEASE to 0 # - set KIWIX_DESKTOP_RELEASE to 0
release_versions = { release_versions = {
'libzim': 0, # Depends of base deps (was 0) 'libzim': None, # Depends of base deps (was 0)
'libkiwix': None, # Depends of libzim (was 1) 'libkiwix': None, # Depends of libzim (was 1)
'kiwix-tools': None, # Depends of libkiwix and libzim (was 1#) 'kiwix-tools': None, # Depends of libkiwix and libzim (was 1#)
'zim-tools': None, # Depends of libzim (was 2) 'zim-tools': 0, # Depends of libzim (was 2)
'kiwix-desktop': None # Depends of libkiwix and libzim (was 1) 'kiwix-desktop': 0 # Depends of libkiwix and libzim (was 1)
} }