diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 00:58:18 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 00:58:18 +0800 |
| commit | 206bb82922dd3aa92ca514109d79e30198149699 (patch) | |
| tree | e8fb97e4274669ba5551166c33fb96afff2ffbc8 | |
| parent | 34a087590c1fa22cb6c349f55e8240cf81369ede (diff) | |
| download | alicelinux-206bb82922dd3aa92ca514109d79e30198149699.tar.gz alicelinux-206bb82922dd3aa92ca514109d79e30198149699.zip | |
perl: updated to 5.40.1
| -rw-r--r-- | repos/extra/perl/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/perl/.files | 6 | ||||
| -rw-r--r-- | repos/extra/perl/abuild | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/repos/extra/perl/.checksum b/repos/extra/perl/.checksum index 1f68e171..3b264520 100644 --- a/repos/extra/perl/.checksum +++ b/repos/extra/perl/.checksum @@ -1 +1 @@ -d2f5efa409457302825a4ceab7f8713b1e7a8d43be5e5ef635df36a11a7d3c3b perl-5.40.0.tar.xz +26e1567d5a9355cb6b5c4420870ebc0c46b2e9bc16a6d6bdd8d0a54199de11f2 perl-5.40.1.tar.xz diff --git a/repos/extra/perl/.files b/repos/extra/perl/.files index dcf83996..45c4af6a 100644 --- a/repos/extra/perl/.files +++ b/repos/extra/perl/.files @@ -9,8 +9,8 @@ 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.0 --rwxr-xr-x root/root usr/bin/perl5.40.0 +-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/perldoc -rwxr-xr-x root/root usr/bin/perlivp @@ -1009,6 +1009,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.40/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/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/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,6 +2235,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -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/perl5400delta.1.gz +-rw-r--r-- root/root usr/share/man/man1/perl5401delta.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 308c1ce3..eb8970ab 100644 --- a/repos/extra/perl/abuild +++ b/repos/extra/perl/abuild @@ -1,5 +1,5 @@ name=perl -version=5.40.0 +version=5.40.1 release=1 source="https://www.cpan.org/src/5.0/perl-$version.tar.xz" |