Compare commits

...

4 Commits

Author SHA1 Message Date
Kelson 43c4add1fc
Merge pull request #815 from kiwix/build-libzim-9.3.0
Build libzim 9.3.0
2025-04-17 11:28:33 +02:00
Emmanuel Engelhart e4a8ac215c
Build libzim 9.3.0 2025-04-17 11:27:51 +02:00
Kelson 4d65a50db4
Merge pull request #814 from kiwix/zim-testing-suite_update
Update zim-testing-suite to 0.8.0
2025-04-17 10:50:49 +02:00
Veloman Yunkan 4071762b9a Update zim-testing-suite to 0.8.0 2025-04-17 10:03:07 +02:00
2 changed files with 7 additions and 7 deletions

View File

@ -9,9 +9,9 @@ class ZimTestingSuite(Dependency):
class Source(ReleaseDownload): class Source(ReleaseDownload):
archive = Remotefile( archive = Remotefile(
"zim-testing-suite-0.7.0.tar.gz", "zim-testing-suite-0.8.0.tar.gz",
"b2da1d96973c9dfd8857f96850b40755a52813189ee961881bbddcd1e28aace4", "28f51449a3f9aea02652ca21f32c5598fd610d6cec3810fa552bd0c0f7a2d5fc",
"https://github.com/openzim/zim-testing-suite/releases/download/0.7.0/zim-testing-suite-0.7.0.tar.gz", "https://github.com/openzim/zim-testing-suite/releases/download/0.8.0/zim-testing-suite-0.8.0.tar.gz",
) )
Builder = NoopBuilder Builder = NoopBuilder

View File

@ -1,7 +1,7 @@
# 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 = {
"libzim": "9.2.3", "libzim": "9.3.0",
"libkiwix": "14.0.0", "libkiwix": "14.0.0",
"kiwix-tools": "3.7.0", "kiwix-tools": "3.7.0",
"zim-tools": "3.5.0", "zim-tools": "3.5.0",
@ -23,11 +23,11 @@ main_project_versions = {
# - Else, increment the value. If no value was present, see `(was ...)`. # - Else, increment the value. If no value was present, see `(was ...)`.
release_versions = { release_versions = {
"libzim": None, # Depends of base deps (was 2) "libzim": 0, # Depends of base deps (was 2)
"libkiwix": None, # Depends of libzim (was 1) "libkiwix": None, # Depends of libzim (was 1)
"kiwix-tools": None, # Depends of libkiwix and libzim (was 2) "kiwix-tools": None, # Depends of libkiwix and libzim (was 2)
"zim-tools": None, # Depends of libzim (was 0) "zim-tools": None, # Depends of libzim (was 0)
"kiwix-desktop": 0, # Depends of libkiwix and libzim (was 0) "kiwix-desktop": None, # Depends of libkiwix and libzim (was 0)
} }
@ -52,6 +52,6 @@ base_deps_versions = {
"android-ndk": "r21e", "android-ndk": "r21e",
"org.kde": "6.7", "org.kde": "6.7",
"io.qt.qtwebengine": "6.7", "io.qt.qtwebengine": "6.7",
"zim-testing-suite": "0.7.0", "zim-testing-suite": "0.8.0",
"emsdk": "3.1.41", "emsdk": "3.1.41",
} }