Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

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

View File

@@ -7,7 +7,7 @@
PERL_IO_HTML_VERSION = 1.001
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 GPLv1+
PERL_IO_HTML_LICENSE = Artistic or GPL-1.0+
PERL_IO_HTML_LICENSE_FILES = LICENSE
$(eval $(perl-package))