diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-01-23 09:41:49 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-23 14:03:15 +0100 |
commit | deebd39aa487e88163d1a1f0b5d8241eb3f178d9 (patch) | |
tree | 78512f9ebe84f0180d481255cff8f69a0446f367 /package/perl/perl.mk | |
parent | 350a7b812dec79986693a5721e280980be2c0082 (diff) | |
download | buildroot-deebd39aa487e88163d1a1f0b5d8241eb3f178d9.tar.gz buildroot-deebd39aa487e88163d1a1f0b5d8241eb3f178d9.zip |
perl: bump to version 5.24.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 f07a8e2721..224b4cbaae 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).0 +PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1 PERL_SITE = http://www.cpan.org/src/5.0 PERL_SOURCE = perl-$(PERL_VERSION).tar.xz PERL_LICENSE = Artistic or GPLv1+ PERL_LICENSE_FILES = Artistic Copying README PERL_INSTALL_STAGING = YES -PERL_CROSS_VERSION = 1.1.2 +PERL_CROSS_VERSION = 1.1.3 # 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 |