package/perl-file-listing: bump to version 6.11

now, LICENSE has its own file

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2020-10-23 22:07:15 +02:00 committed by Thomas Petazzoni
parent 36edacce9c
commit 7f03ad101f
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +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
md5 6f298b96fdc072fbd0e0c2890a70ab2e File-Listing-6.11.tar.gz
sha256 c24c14ece10b949e1cb52d64bc28b42cbaebf87e00293a3f7500950d6be0bf6e File-Listing-6.11.tar.gz
# computed by scancpan
sha256 9ee526d1593c48e65141aea5567f0cdf156eb57e68448cd91584c7aae92bd787 README
sha256 7f0ccec295e6d7d2be1439cedd7caf6cc6247191f4c10ac56d91ee9bc265ba02 LICENSE

View File

@ -4,11 +4,11 @@
#
################################################################################
PERL_FILE_LISTING_VERSION = 6.04
PERL_FILE_LISTING_VERSION = 6.11
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_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
PERL_FILE_LISTING_LICENSE = Artistic or GPL-1.0+
PERL_FILE_LISTING_LICENSE_FILES = README
PERL_FILE_LISTING_LICENSE_FILES = LICENSE
PERL_FILE_LISTING_DISTNAME = File-Listing
$(eval $(perl-package))