Merge pull request #822 from kiwix/use-local-mustache-archive
Use local mustache archive
This commit is contained in:
commit
fa4e426425
|
@ -11,7 +11,7 @@ class Mustache(Dependency):
|
||||||
archive = Remotefile(
|
archive = Remotefile(
|
||||||
"Mustache-4.1.tar.gz",
|
"Mustache-4.1.tar.gz",
|
||||||
"acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167",
|
"acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167",
|
||||||
"https://github.com/kainjow/Mustache/archive/v4.1.tar.gz",
|
"https://dev.kiwix.org/kiwix-build/mustache-4.1.tar.gz",
|
||||||
)
|
)
|
||||||
|
|
||||||
class Builder(BaseBuilder):
|
class Builder(BaseBuilder):
|
||||||
|
|
Loading…
Reference in New Issue