mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
Add perl 5.10.1
Used as an intermediate before perl 5.32.
This commit is contained in:
parent
d943b37962
commit
cd361e63f7
12 changed files with 648 additions and 0 deletions
3
sysa.py
3
sysa.py
|
|
@ -467,3 +467,6 @@ class SysA:
|
|||
# bison 2.3
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/bison/bison-2.3.tar.bz2",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-b28236b.tar.gz"])
|
||||
|
||||
# perl 5.10.5
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl-5.10.1.tar.bz2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue