Store Mustache source code on dev.kiwix.org
This commit is contained in:
parent
19017bd812
commit
96cd8895a0
|
@ -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