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,8 +1,6 @@
config BR2_PACKAGE_PERL_URI
bool "perl-uri"
help
The module implements the URI class. Objects of this class represent
Uniform Resource Identifier references as specified in RFC 2396 and
updated by RFC 2732.
Uniform Resource Identifiers (absolute and relative)
https://github.com/libwww-perl/uri
https://github.com/libwww-perl/URI

View File

@@ -1,3 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 247c3da29a794f72730e01aa5a715daf URI-1.71.tar.gz
sha256 9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115 URI-1.71.tar.gz
md5 37d44a08e599aa945b32a9434ffe00a5 URI-1.73.tar.gz
sha256 cca7ab4a6f63f3ccaacae0f2e1337e8edf84137e73f18548ec7d659f23efe413 URI-1.73.tar.gz

View File

@@ -4,10 +4,10 @@
#
################################################################################
PERL_URI_VERSION = 1.71
PERL_URI_VERSION = 1.73
PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
PERL_URI_LICENSE = Artistic or GPLv1+
PERL_URI_LICENSE = Artistic or GPL-1.0+
PERL_URI_LICENSE_FILES = LICENSE
$(eval $(perl-package))