mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Add autogen-5.18.16.
This commit is contained in:
parent
997cd15453
commit
0d4abd0223
6 changed files with 100 additions and 0 deletions
6
sysc.py
6
sysc.py
|
|
@ -223,3 +223,9 @@ class SysC(SysGeneral):
|
|||
# sed 4.8
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/sed/sed-4.8.tar.xz",
|
||||
"http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-d279bc.tar.gz"])
|
||||
|
||||
# autogen 5.18.16
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/autogen/rel5.18.16/autogen-5.18.16.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/autogen.git/snapshot/autogen-5.18.16.tar.gz",
|
||||
"https://github.com/schierlm/gnu-autogen-bootstrapping/archive/refs/tags/autogen-5.18.16-v1.0.tar.gz",
|
||||
"http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-8f4538a5.tar.gz"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue