diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-05 16:07:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-05 16:07:38 +0200 |
commit | 2a12b7deb0aedb853aac4de6ef23848a2cec9164 (patch) | |
tree | a88c77f9f503972e4a01ef811e4eaa4190bc6250 | |
parent | dd1be224d11e9284aabb1e35caf3b36e31b40498 (diff) |
perl: update to 5.38.0
-rw-r--r-- | package/perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/perl/Makefile b/package/perl/Makefile index d54bd3a84..74837bb91 100644 --- a/package/perl/Makefile +++ b/package/perl/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= perl -PKG_VERSION:= 5.32.1 +PKG_VERSION:= 5.38.0 PKG_RELEASE:= 1 -PKG_HASH:= 57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309 +PKG_HASH:= eca551caec3bc549a4e590c0015003790bdd1a604ffe19cc78ee631d51f7072e 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.3.5 +PC_VERSION:= 1.5 PC_SITE:= https://github.com/arsv/perl-cross/releases/download/$(PC_VERSION) include ${ADK_TOPDIR}/mk/host.mk |