Use the correct archive for zim-testing-suite 0.3

This commit is contained in:
Matthieu Gautier 2021-06-23 14:57:24 +02:00
parent 96d4f3b93f
commit f1dfa32a8d
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ class ZimTestingSuite(Dependency):
dont_skip = True
class Source(ReleaseDownload):
archive = Remotefile('zim-testing-suite-0.2.tar.gz',
'04a6db258a48a09ebf25fdf5856029f11269190467b46d54e02c26f2236e2b32',
'https://github.com/openzim/zim-testing-suite/releases/download/v0.2/zim-testing-suite-0.2.tar.gz')
archive = Remotefile('zim-testing-suite-0.3.tar.gz',
'cd7d1ccc48af3783af9156cb6bf3c18d9a3319a73fdeefe65f0b4cae402d3d66',
'https://github.com/openzim/zim-testing-suite/releases/download/v0.3/zim-testing-suite-0.3.tar.gz')
Builder = NoopBuilder