summaryrefslogtreecommitdiffstats
path: root/package/perl/perl.mk
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2016-01-10 15:50:01 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-12 22:27:50 +0100
commit8d8cb15c4e822f87d9fbdb3a797d6ff51557857a (patch)
tree4c55fcd0ce54804eb0da97230870387c644e2888 /package/perl/perl.mk
parentd9e74e78b5fbf61a080176537c4faccfc71d43a1 (diff)
downloadbuildroot-8d8cb15c4e822f87d9fbdb3a797d6ff51557857a.tar.gz
buildroot-8d8cb15c4e822f87d9fbdb3a797d6ff51557857a.zip
perl: bump to version 5.22.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.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index f3b7b2b683..0bd10ad43b 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -5,17 +5,17 @@
################################################################################
PERL_VERSION_MAJOR = 22
-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.bz2
PERL_LICENSE = Artistic or GPLv1+
PERL_LICENSE_FILES = Artistic Copying README
PERL_INSTALL_STAGING = YES
-PERL_CROSS_VERSION = 1.0.1
-PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).0
+PERL_CROSS_VERSION = 1.0.2
+PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).1
# DO NOT refactor with the github helper (the result is not the same)
-PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases
+PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
PERL_CROSS_SOURCE = perl-$(PERL_CROSS_BASE_VERSION)-cross-$(PERL_CROSS_VERSION).tar.gz
PERL_EXTRA_DOWNLOADS = $(PERL_CROSS_SITE)/$(PERL_CROSS_SOURCE)
OpenPOWER on IntegriCloud