diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-17 12:30:23 +0200 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-17 12:30:38 +0200 | 
| commit | bdfaf859825559eaa1e7846f6c3bdc728e29ee29 (patch) | |
| tree | d778537b1861cba50a1160070a5c400736f645c5 | |
| parent | cf8c5ced9d0ca092f26ad4f3589387d30bdab3fb (diff) | |
| -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 f0ec8af32..4da8aaabd 100644 --- a/package/perl/Makefile +++ b/package/perl/Makefile @@ -4,9 +4,9 @@  include ${ADK_TOPDIR}/rules.mk  PKG_NAME:=		perl -PKG_VERSION:=		5.40.1 +PKG_VERSION:=		5.40.2  PKG_RELEASE:=		1 -PKG_HASH:=		dfa20c2eef2b4af133525610bbb65dd13777ecf998c9c5b1ccf0d308e732ee3f +PKG_HASH:=		0551c717458e703ef7972307ab19385edfa231198d88998df74e12226abf563b  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.6.1 +PC_VERSION:=		1.6.2  PC_SITE:=		https://github.com/arsv/perl-cross/releases/download/$(PC_VERSION)  include ${ADK_TOPDIR}/mk/host.mk | 
