Merge pull request #822 from kiwix/use-local-mustache-archive

Use local mustache archive
This commit is contained in:
Kelson 2025-04-20 18:03:17 +02:00 committed by GitHub
commit fa4e426425
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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):