Use Gumbo-parser version 0.12.1

This commit is contained in:
Emmanuel Engelhart
2025-04-20 12:56:16 +02:00
parent 2f37d80111
commit efcb145224
2 changed files with 5 additions and 5 deletions

View File

@ -8,9 +8,9 @@ class Gumbo(Dependency):
class Source(ReleaseDownload):
archive = Remotefile(
"gumbo-0.10.1.tar.gz",
"28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad",
"https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz",
"gumbo-parser-0.12.1.tar.gz",
"c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82",
"https://dev.kiwix.org/kiwix-build/gumbo-parser-0.12.1.tar.gz",
)
def _post_prepare_script(self, context):