From f88f27edac5dc27f3295a3dc856b5f9502eaf2db Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 15 Mar 2018 17:42:41 +0100 Subject: [PATCH] Indicate release tag of zimwriterfs. --- dependencies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies.py b/dependencies.py index 94562b4..b29a698 100644 --- a/dependencies.py +++ b/dependencies.py @@ -316,6 +316,7 @@ class Zimwriterfs(Dependency): class Source(GitClone): git_remote = "https://github.com/openzim/zimwriterfs.git" git_dir = "zimwriterfs" + release_git_ref = "1.1" def _post_prepare_script(self, context): context.try_skip(self.git_path)