mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
Add sed 4.8
This commit is contained in:
parent
7588bddd8e
commit
997cd15453
7 changed files with 104 additions and 0 deletions
4
sysc.py
4
sysc.py
|
|
@ -219,3 +219,7 @@ class SysC(SysGeneral):
|
|||
# grep 3.7
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/grep/grep-3.7.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-8f4538a5.tar.gz"])
|
||||
|
||||
# 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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue