Sfoglia il codice sorgente

perl-html-parser: bump version to 3.76

Added by scancpan:
- runtime dependencies
- new project URL
- new SITE

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls 4 anni fa
parent
commit
dfce8c7b7e

+ 3 - 1
package/perl-html-parser/Config.in

@@ -2,10 +2,12 @@ config BR2_PACKAGE_PERL_HTML_PARSER
 	bool "perl-html-parser"
 	depends on !BR2_STATIC_LIBS
 	select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
+	select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
+	select BR2_PACKAGE_PERL_URI # runtime
 	help
 	  HTML parser class.
 
-	  https://metacpan.org/release/HTML-Parser
+	  https://github.com/libwww-perl/HTML-Parser
 
 comment "perl-html-parser needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS

+ 2 - 2
package/perl-html-parser/perl-html-parser.hash

@@ -1,6 +1,6 @@
 # retrieved by scancpan from http://cpan.metacpan.org/
-md5  65bf65aa8b34b35443e094010f991406  HTML-Parser-3.75.tar.gz
-sha256  ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9  HTML-Parser-3.75.tar.gz
+md5  60e266d5a07fbea671a0383dd8af7b6c  HTML-Parser-3.76.tar.gz
+sha256  64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61  HTML-Parser-3.76.tar.gz
 
 # computed by scancpan
 sha256  0e57338bc10d5fb8891012ebee65a7b504b247f5bb485e121b8b48d7a118a60b  LICENSE

+ 2 - 2
package/perl-html-parser/perl-html-parser.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PERL_HTML_PARSER_VERSION = 3.75
+PERL_HTML_PARSER_VERSION = 3.76
 PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
-PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CA/CAPOEIRAB
+PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
 PERL_HTML_PARSER_LICENSE = Artistic or GPL-1.0+
 PERL_HTML_PARSER_LICENSE_FILES = LICENSE
 PERL_HTML_PARSER_DISTNAME = HTML-Parser