diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-07-31 20:29:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 21:21:25 +0200 |
commit | 02ca51f63ec72d4f6c4eb627b0919e6b9ea1b428 (patch) | |
tree | 87a6555a19b62d49d03c6c79461bee9f9b8bfdca /package/perl/perl.mk | |
parent | b63c29ad209b3e7b47f6e85a7a8e5b0154bbb990 (diff) | |
download | buildroot-02ca51f63ec72d4f6c4eb627b0919e6b9ea1b428.tar.gz buildroot-02ca51f63ec72d4f6c4eb627b0919e6b9ea1b428.zip |
perl: bump version 5.24.2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl/perl.mk')
-rw-r--r-- | package/perl/perl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk index fb0cec3d4a..d7fcd75cab 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -6,14 +6,14 @@ # When updating the version here, also update support/scripts/scancpan PERL_VERSION_MAJOR = 24 -PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1 +PERL_VERSION = 5.$(PERL_VERSION_MAJOR).2 PERL_SITE = http://www.cpan.org/src/5.0 PERL_SOURCE = perl-$(PERL_VERSION).tar.xz PERL_LICENSE = Artistic or GPL-1.0+ PERL_LICENSE_FILES = Artistic Copying README PERL_INSTALL_STAGING = YES -PERL_CROSS_VERSION = 1.1.5 +PERL_CROSS_VERSION = 1.1.6 # DO NOT refactor with the github helper (the result is not the same) PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION) PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz |