diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-12-13 21:52:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-13 22:34:32 +0100 |
commit | c1fbdf1675ea8e5e08d42a1cb8e087b20c84cc00 (patch) | |
tree | fb4f63ee420c4dff890391dfe53aed1cc34cac70 /package/perl-libwww-perl/perl-libwww-perl.mk | |
parent | 041e9f5f1c9866dde2f2475abc2effb35849e7e0 (diff) | |
download | buildroot-c1fbdf1675ea8e5e08d42a1cb8e087b20c84cc00.tar.gz buildroot-c1fbdf1675ea8e5e08d42a1cb8e087b20c84cc00.zip |
package/perl-libwww-perl: bump version to 6.15
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-libwww-perl/perl-libwww-perl.mk')
-rw-r--r-- | package/perl-libwww-perl/perl-libwww-perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-libwww-perl/perl-libwww-perl.mk b/package/perl-libwww-perl/perl-libwww-perl.mk index d5cd195b95..594eb7d6cb 100644 --- a/package/perl-libwww-perl/perl-libwww-perl.mk +++ b/package/perl-libwww-perl/perl-libwww-perl.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_LIBWWW_PERL_VERSION = 6.13 +PERL_LIBWWW_PERL_VERSION = 6.15 PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER PERL_LIBWWW_PERL_LICENSE = Artistic or GPLv1+ |