From 1e106d8412e35b26a7cfa5c76a264cd8ef9cb325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Thu, 26 Jun 2025 13:19:17 +0200 Subject: [PATCH] package/gumbo-parser: update upstream repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Julien Olivain --- package/gumbo-parser/Config.in | 2 +- package/gumbo-parser/gumbo-parser.hash | 2 +- package/gumbo-parser/gumbo-parser.mk | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/gumbo-parser/Config.in b/package/gumbo-parser/Config.in index 04bb2294bb..7ebc439413 100644 --- a/package/gumbo-parser/Config.in +++ b/package/gumbo-parser/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_GUMBO_PARSER other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools. - https://github.com/google/gumbo-parser + https://codeberg.org/gumbo-parser/gumbo-parser/ diff --git a/package/gumbo-parser/gumbo-parser.hash b/package/gumbo-parser/gumbo-parser.hash index c4af33072c..ee41f167a7 100644 --- a/package/gumbo-parser/gumbo-parser.hash +++ b/package/gumbo-parser/gumbo-parser.hash @@ -1,5 +1,5 @@ # Locally computed: -sha256 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad gumbo-parser-0.10.1.tar.gz +sha256 d4fd158d998ab8302fa23bb01119b434bbfaf7139b59f9c74530a703176cb213 v0.10.1.tar.gz # Hash for license files: sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 COPYING diff --git a/package/gumbo-parser/gumbo-parser.mk b/package/gumbo-parser/gumbo-parser.mk index 8c9330ae70..76fcc876c5 100644 --- a/package/gumbo-parser/gumbo-parser.mk +++ b/package/gumbo-parser/gumbo-parser.mk @@ -5,7 +5,8 @@ ################################################################################ GUMBO_PARSER_VERSION = 0.10.1 -GUMBO_PARSER_SITE = $(call github,google,gumbo-parser,v$(GUMBO_PARSER_VERSION)) +GUMBO_PARSER_SITE = https://codeberg.org/gumbo-parser/gumbo-parser/archive +GUMBO_PARSER_SOURCE = v$(GUMBO_PARSER_VERSION).tar.gz GUMBO_PARSER_LICENSE = Apache-2.0 GUMBO_PARSER_LICENSE_FILES = COPYING GUMBO_PARSER_INSTALL_STAGING = YES