Sfoglia il codice sorgente

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>
(cherry picked from commit 1e106d8412e35b26a7cfa5c76a264cd8ef9cb325)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Raphaël Mélotte 1 mese fa
parent
commit
9d8bde1172

+ 1 - 1
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/

+ 1 - 1
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

+ 2 - 1
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