Use version 0.6.0 of ZIM testing suite

This commit is contained in:
Emmanuel Engelhart 2024-06-22 14:45:49 +02:00
parent 2b25f3cfc3
commit 4b6c4a2547
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
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.5.tar.gz",
"3ffd7e0adf46e9a44cad463f4220d2406a700e95deeff936463be818acf47256",
"https://github.com/openzim/zim-testing-suite/releases/download/v0.5/zim-testing-suite-0.5.tar.gz",
"zim-testing-suite-0.6.0.tar.gz",
"5aa91349a2791c862217b4d2ddd002f08589146ec047f10d5fa1f5fd85d0ea92",
"https://github.com/openzim/zim-testing-suite/releases/download/0.6.0/zim-testing-suite-0.6.0.tar.gz",
)
Builder = NoopBuilder

View File

@ -60,6 +60,6 @@ base_deps_versions = {
"qtwebengine": "5.10.1",
"org.kde": "5.15-21.08",
"io.qt.qtwebengine": "5.15-21.08",
"zim-testing-suite": "0.5",
"zim-testing-suite": "0.6.0",
"emsdk": "3.1.41",
}