summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-11-02 03:24:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-04 02:09:56 +0100
commit63c60bcf4cfc4e72cce808491ae9b5974a7c6720 (patch)
tree9421c351a9fc2a322b6717d6d5fb40ddf065f4a4 /package
parent622819c8f12c7b2e75f4eaecdd65c17ce63ccbdd (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'package')
-rw-r--r--package/perl/Makefile6
1 files changed, 3 insertions, 3 deletions
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