From 63c60bcf4cfc4e72cce808491ae9b5974a7c6720 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 2 Nov 2021 03:24:53 +0100 Subject: perl: Update perl and perl-cross Perl update avoids an "Attempt to free unreferenced scalar" error in miniperl when host building. Update perl-cross while being at it. Signed-off-by: Phil Sutter --- package/perl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package') diff --git a/package/perl/Makefile b/package/perl/Makefile index 63b56c2c5..d54bd3a84 100644 --- a/package/perl/Makefile +++ b/package/perl/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= perl -PKG_VERSION:= 5.24.1 +PKG_VERSION:= 5.32.1 PKG_RELEASE:= 1 -PKG_HASH:= 03a77bac4505c270f1890ece75afc7d4b555090b41aa41ea478747e23b2afb3f +PKG_HASH:= 57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 PKG_DESCR:= perl interpreter PKG_SECTION:= dev/lang PKG_NEEDS:= threads @@ -14,7 +14,7 @@ PKG_URL:= http://www.perl.org/ PKG_SITES:= http://www.cpan.org/src/ PKG_NOPARALLEL:= 1 -PC_VERSION:= 1.1.5 +PC_VERSION:= 1.3.5 PC_SITE:= https://github.com/arsv/perl-cross/releases/download/$(PC_VERSION) include ${ADK_TOPDIR}/mk/host.mk -- cgit v1.2.3