bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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