Update zim-testing-suite to 0.8.0

This commit is contained in:
Veloman Yunkan 2025-04-17 10:01:47 +02:00
parent 77592b12ff
commit 4071762b9a
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -52,6 +52,6 @@ base_deps_versions = {
"android-ndk": "r21e",
"org.kde": "6.7",
"io.qt.qtwebengine": "6.7",
"zim-testing-suite": "0.7.0",
"zim-testing-suite": "0.8.0",
"emsdk": "3.1.41",
}