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,8 +1,7 @@
config BR2_PACKAGE_PERL_WWW_ROBOTRULES
bool "perl-www-robotrules"
select BR2_PACKAGE_PERL_URI
select BR2_PACKAGE_PERL_URI # runtime
help
This module provides functions that deal the date formats
used by the HTTP protocol (and then some more)
database of robots.txt-derived permissions.
http://github.com/gisle/www-robotrules
https://metacpan.org/release/WWW-RobotRules

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz
sha256 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e WWW-RobotRules-6.02.tar.gz
# computed by scancpan
sha256 fa375c4f771b92fc076b6c66e19440a0fff51dacf489fecd94bf560091279e05 README

View File

@@ -7,8 +7,8 @@
PERL_WWW_ROBOTRULES_VERSION = 6.02
PERL_WWW_ROBOTRULES_SOURCE = WWW-RobotRules-$(PERL_WWW_ROBOTRULES_VERSION).tar.gz
PERL_WWW_ROBOTRULES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_WWW_ROBOTRULES_DEPENDENCIES = perl-uri
PERL_WWW_ROBOTRULES_LICENSE = Artistic or GPL-1.0+
PERL_WWW_ROBOTRULES_LICENSE_FILES = README
PERL_WWW_ROBOTRULES_DISTNAME = WWW-RobotRules
$(eval $(perl-package))