Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PERL_IO_HTML
bool "perl-io-html"
help
Perl module that opens a file and performs automatic charset
detection
Open an HTML file with automatic charset detection.
https://github.com/madsen/io-html
https://metacpan.org/release/IO-HTML

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz
sha256 ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0 IO-HTML-1.001.tar.gz
# computed by scancpan
sha256 b386f0545c17589141d98810dd46aa1c4a14d7028cae6bdd807969639ea7405e LICENSE

View File

@@ -9,5 +9,6 @@ PERL_IO_HTML_SOURCE = IO-HTML-$(PERL_IO_HTML_VERSION).tar.gz
PERL_IO_HTML_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CJ/CJM
PERL_IO_HTML_LICENSE = Artistic or GPL-1.0+
PERL_IO_HTML_LICENSE_FILES = LICENSE
PERL_IO_HTML_DISTNAME = IO-HTML
$(eval $(perl-package))