Files
buildroot/package/gumbo-parser/Config.in
Raphaël Mélotte 1e106d8412 package/gumbo-parser: update upstream repository
Development on Google's GitHub repository has stopped a long time ago.
A fork exists on Codeberg, and multiple distributions (Fedora, Arch
Linux, ...) are already using it (see [1]).

Update the source URL to use the new upstream location.

The new upstream has a different hash for the 0.10.1 tarball, so
update it as well.

[1]: https://repology.org/project/gumbo-parser/versions

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-06-28 15:34:16 +02:00

11 lines
408 B
Plaintext

config BR2_PACKAGE_GUMBO_PARSER
bool "gumbo-parser"
help
Gumbo is an implementation of the HTML5 parsing algorithm
implemented as a pure C99 library with no outside
dependencies. It's designed to serve as a building block for
other tools and libraries such as linters, validators,
templating languages, and refactoring and analysis tools.
https://codeberg.org/gumbo-parser/gumbo-parser/