diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-06-06 17:31:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-06 21:37:11 +0200 |
commit | 017d105a6f30b450303effdbdcbac9905c94e870 (patch) | |
tree | fa73f1eb611188a0f8cdcbdb6fe2b3e84c67c763 /package/perl/perl.mk | |
parent | bd3355b0a2cdd13740e0689452f29d4e20681838 (diff) | |
download | buildroot-017d105a6f30b450303effdbdcbac9905c94e870.tar.gz buildroot-017d105a6f30b450303effdbdcbac9905c94e870.zip |
perl-cross: bump to version 1.1.5
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk index 130441f703..ca23eb0bf7 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -13,7 +13,7 @@ PERL_LICENSE = Artistic or GPL-1.0+ PERL_LICENSE_FILES = Artistic Copying README PERL_INSTALL_STAGING = YES -PERL_CROSS_VERSION = 1.1.4 +PERL_CROSS_VERSION = 1.1.5 # 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 |