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,6 +1,6 @@
config BR2_PACKAGE_PERL_URI
bool "perl-uri"
help
Uniform Resource Identifiers (absolute and relative)
Uniform Resource Identifiers (absolute and relative).
https://github.com/libwww-perl/URI

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 37d44a08e599aa945b32a9434ffe00a5 URI-1.73.tar.gz
sha256 cca7ab4a6f63f3ccaacae0f2e1337e8edf84137e73f18548ec7d659f23efe413 URI-1.73.tar.gz
md5 c236e0142adecc1b1104da664bc43a79 URI-1.76.tar.gz
sha256 b2c98e1d50d6f572483ee538a6f4ccc8d9185f91f0073fd8af7390898254413e URI-1.76.tar.gz
# computed by scancpan
sha256 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e LICENSE

View File

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