diff options
| author | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-14 03:13:10 +0000 |
|---|---|---|
| committer | Emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-14 03:13:10 +0000 |
| commit | a89a2ec2e13e9f28c12d78bb2e15fc1e402df6c9 (patch) | |
| tree | 3287e1f88821c3b1c7c171cad1e3f6eb20794b48 | |
| parent | 51824d5dec3c2bfbc8910b0e651a6a8e3c263ee0 (diff) | |
| download | alicelinux-a89a2ec2e13e9f28c12d78bb2e15fc1e402df6c9.tar.gz alicelinux-a89a2ec2e13e9f28c12d78bb2e15fc1e402df6c9.zip | |
perl: updated to 5.40.2
| -rw-r--r-- | repos/extra/perl/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/perl/.files | 12 | ||||
| -rw-r--r-- | repos/extra/perl/abuild | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/repos/extra/perl/.checksum b/repos/extra/perl/.checksum index 3b264520..7d9eb90c 100644 --- a/repos/extra/perl/.checksum +++ b/repos/extra/perl/.checksum @@ -1 +1 @@ -26e1567d5a9355cb6b5c4420870ebc0c46b2e9bc16a6d6bdd8d0a54199de11f2 perl-5.40.1.tar.xz +304bfb7f473ac44a1a40e1050e60819aa7cceb3c82082c659b3090e21c7ebe45 perl-5.40.2.tar.xz diff --git a/repos/extra/perl/.files b/repos/extra/perl/.files index 45c4af6a..1c772c02 100644 --- a/repos/extra/perl/.files +++ b/repos/extra/perl/.files @@ -9,12 +9,12 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/instmodsh -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 -> usr/bin/perl5.40.1 --rwxr-xr-x root/root usr/bin/perl5.40.1 --rwxr-xr-x root/root usr/bin/perlbug -> usr/bin/perlthanks +-rwxr-xr-x root/root usr/bin/perl +-rwxr-xr-x root/root usr/bin/perl5.40.2 +-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 @@ -1008,8 +1008,10 @@ drwxr-xr-x root/root usr/lib/perl5/5.40/pod/ -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5380delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5381delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5382delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5383delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5400delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5401delta.pod +-rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl5402delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl561delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl56delta.pod -rw-r--r-- root/root usr/lib/perl5/5.40/pod/perl581delta.pod @@ -2234,8 +2236,10 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/perl5380delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl5381delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl5382delta.1.gz +-rw-r--r-- root/root usr/share/man/man1/perl5383delta.1.gz -rw-r--r-- root/root usr/share/man/man1/perl5400delta.1.gz -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/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 eb8970ab..05cb42b1 100644 --- a/repos/extra/perl/abuild +++ b/repos/extra/perl/abuild @@ -1,5 +1,5 @@ name=perl -version=5.40.1 +version=5.40.2 release=1 source="https://www.cpan.org/src/5.0/perl-$version.tar.xz" |