diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 12:57:14 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 12:57:14 +0000 |
| commit | 70a272ec6bf809b43a69854b4406083703afb48b (patch) | |
| tree | 9005261b6ec209e2c9dc9601361748e6aae12280 | |
| parent | c93fe97712f2b60ab6d1b07142b34eebc85812a5 (diff) | |
| download | alicelinux-70a272ec6bf809b43a69854b4406083703afb48b.tar.gz alicelinux-70a272ec6bf809b43a69854b4406083703afb48b.zip | |
perl: updated to 5.42.1
| -rw-r--r-- | repos/extra/perl/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/perl/.files | 8 | ||||
| -rw-r--r-- | repos/extra/perl/abuild | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/repos/extra/perl/.checksum b/repos/extra/perl/.checksum index e7d4fbb2..46620e43 100644 --- a/repos/extra/perl/.checksum +++ b/repos/extra/perl/.checksum @@ -1 +1 @@ -2ad59909033cecd00ea1365dd3308d5a0dcaf40225b1a295f160fae58aeddb4b perl-5.42.0.tar.xz +6ac2742721370f9c6f2c5d21567a35730a3ffd969d868161467275bfbbdb5e66 perl-5.42.1.tar.xz diff --git a/repos/extra/perl/.files b/repos/extra/perl/.files index 19d19bff..1262f67f 100644 --- a/repos/extra/perl/.files +++ b/repos/extra/perl/.files @@ -10,11 +10,11 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/json_pp -rwxr-xr-x root/root usr/bin/libnetcfg -rwxr-xr-x root/root usr/bin/perl --rwxr-xr-x root/root usr/bin/perl5.42.0 --rwxr-xr-x root/root usr/bin/perlbug -> usr/bin/perlthanks +-rwxr-xr-x root/root usr/bin/perl5.42.1 +-rwxr-xr-x root/root usr/bin/perlbug -rwxr-xr-x root/root usr/bin/perldoc -rwxr-xr-x root/root usr/bin/perlivp --rwxr-xr-x root/root usr/bin/perlthanks +-rwxr-xr-x root/root usr/bin/perlthanks -> usr/bin/perlbug -rwxr-xr-x root/root usr/bin/piconv -rwxr-xr-x root/root usr/bin/pl2pm -rwxr-xr-x root/root usr/bin/pod2html @@ -1016,6 +1016,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.42/pod/ -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl5401delta.pod -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl5402delta.pod -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl5420delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl5421delta.pod -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl561delta.pod -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl56delta.pod -rw-r--r-- root/root usr/lib/perl5/5.42/pod/perl581delta.pod @@ -2311,6 +2312,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/perl5401delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl5402delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl5420delta.1.gz +-rw-r--r-- root/root usr/share/man/man1/perl5421delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl561delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl56delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl581delta.1.gz diff --git a/repos/extra/perl/abuild b/repos/extra/perl/abuild index c39ce1a3..e06d1ef4 100644 --- a/repos/extra/perl/abuild +++ b/repos/extra/perl/abuild @@ -1,5 +1,5 @@ name=perl -version=5.42.0 +version=5.42.1 release=1 source="https://www.cpan.org/src/5.0/perl-$version.tar.xz" |