diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-07-01 20:06:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-01 21:08:05 +0200 |
commit | 0567cd37c5bf4f11747f6674a0b3f9a2da9440ab (patch) | |
tree | c590d323629c6dc8e96e8fc20502d6e92d84420d /package/perl/perl.mk | |
parent | 103f3557fbba10b2509d966bfb6edb8dde14b88d (diff) | |
download | buildroot-0567cd37c5bf4f11747f6674a0b3f9a2da9440ab.tar.gz buildroot-0567cd37c5bf4f11747f6674a0b3f9a2da9440ab.zip |
perl-cross: bump to version 1.2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 f7e5604edb..b0eea3eff4 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.9 +PERL_CROSS_VERSION = 1.2 # 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 |