diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-08-20 10:03:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-21 23:40:48 +0200 |
commit | 3dd4c190ea3b532ad9a6077d5137299006a80568 (patch) | |
tree | 6e72d05bf61b5a36326e8f241578dc93e486d435 /package/perl-http-message/perl-http-message.mk | |
parent | cf407c8b4de677ee610f34ec2b2457d1674148dc (diff) | |
download | buildroot-3dd4c190ea3b532ad9a6077d5137299006a80568.tar.gz buildroot-3dd4c190ea3b532ad9a6077d5137299006a80568.zip |
perl-http-message: bump to version 6.13
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-http-message/perl-http-message.mk')
-rw-r--r-- | package/perl-http-message/perl-http-message.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl-http-message/perl-http-message.mk b/package/perl-http-message/perl-http-message.mk index a66353a5c5..41434321ad 100644 --- a/package/perl-http-message/perl-http-message.mk +++ b/package/perl-http-message/perl-http-message.mk @@ -4,9 +4,9 @@ # ################################################################################ -PERL_HTTP_MESSAGE_VERSION = 6.11 +PERL_HTTP_MESSAGE_VERSION = 6.13 PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz -PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER +PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS PERL_HTTP_MESSAGE_DEPENDENCIES = perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes perl-uri PERL_HTTP_MESSAGE_LICENSE = Artistic or GPL-1.0+ PERL_HTTP_MESSAGE_LICENSE_FILES = LICENSE |