mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add perl 5.32.1.
This commit is contained in:
parent
a392b7bac9
commit
d623b018e4
6 changed files with 142 additions and 0 deletions
4
sysa.py
4
sysa.py
|
|
@ -479,3 +479,7 @@ class SysA:
|
|||
# Debian's version is used because upstream is not to be found (dead?)
|
||||
self.get_file("https://salsa.debian.org/perl-team/interpreter/dist/-/archive/d1de81f/dist-d1de81f.tar.gz",
|
||||
output="dist-3.5-236.tar.gz")
|
||||
|
||||
# perl 5.32.1
|
||||
self.get_file(["https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz",
|
||||
"https://salsa.debian.org/perl-team/interpreter/perl/-/archive/5f2dc80/perl-5f2dc80.tar.bz2"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue