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,7 @@
config BR2_PACKAGE_PERL_FILE_LISTING
bool "perl-file-listing"
select BR2_PACKAGE_PERL_HTTP_DATE
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
help
Module to parse directoy listings
parse directory listing.
https://github.com/gisle/file-listing
https://metacpan.org/release/File-Listing

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 83f636b477741f3a014585bb9cc079a6 File-Listing-6.04.tar.gz
sha256 1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5 File-Listing-6.04.tar.gz
# computed by scancpan
sha256 9ee526d1593c48e65141aea5567f0cdf156eb57e68448cd91584c7aae92bd787 README

View File

@@ -7,8 +7,8 @@
PERL_FILE_LISTING_VERSION = 6.04
PERL_FILE_LISTING_SOURCE = File-Listing-$(PERL_FILE_LISTING_VERSION).tar.gz
PERL_FILE_LISTING_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_FILE_LISTING_DEPENDENCIES = perl-http-date
PERL_FILE_LISTING_LICENSE = Artistic or GPL-1.0+
PERL_FILE_LISTING_LICENSE_FILES = README
PERL_FILE_LISTING_DISTNAME = File-Listing
$(eval $(perl-package))