|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
# When updating the version here, also update utils/scancpan
|
|
# When updating the version here, also update utils/scancpan
|
|
PERL_VERSION_MAJOR = 36
|
|
PERL_VERSION_MAJOR = 36
|
|
-PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
|
|
|
|
|
|
+PERL_VERSION = 5.$(PERL_VERSION_MAJOR).2
|
|
PERL_SITE = https://www.cpan.org/src/5.0
|
|
PERL_SITE = https://www.cpan.org/src/5.0
|
|
PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
|
|
PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
|
|
PERL_LICENSE = Artistic or GPL-1.0+
|
|
PERL_LICENSE = Artistic or GPL-1.0+
|
|
@@ -15,7 +15,7 @@ PERL_CPE_ID_VENDOR = perl
|
|
PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
PERL_INSTALL_STAGING = YES
|
|
PERL_INSTALL_STAGING = YES
|
|
|
|
|
|
-PERL_CROSS_VERSION = 1.4.1
|
|
|
|
|
|
+PERL_CROSS_VERSION = 1.5.1
|
|
# DO NOT refactor with the github helper (the result is not the same)
|
|
# 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_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
|
|
PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
|
|
PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
|