Add sed 4.8

This commit is contained in:
Andrius Štikonas 2022-09-23 22:03:32 +01:00
parent 7588bddd8e
commit 997cd15453
7 changed files with 104 additions and 0 deletions

View file

@ -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"])