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

@@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DIGEST_SHA1
bool "perl-digest-sha1"
depends on !BR2_STATIC_LIBS
help
Perl interface to the SHA-1 algorithm
Perl interface to the SHA-1 algorithm.
https://metacpan.org/release/Digest-SHA1

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 bd22388f268434f2b24f64e28bf1aa35 Digest-SHA1-2.13.tar.gz
sha256 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc Digest-SHA1-2.13.tar.gz
# computed by scancpan
sha256 805bee77fab9c72b0bfb452bb623b278f1767de62011e1814de2a6f6115439c8 README

View File

@@ -9,5 +9,6 @@ PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz
PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_SHA1_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_SHA1_LICENSE_FILES = README
PERL_DIGEST_SHA1_DISTNAME = Digest-SHA1
$(eval $(perl-package))