Add grep 3.7.

This commit is contained in:
Andrius Štikonas 2022-09-19 21:45:14 +01:00
parent e748d62a62
commit f9d83f3a35
7 changed files with 139 additions and 2 deletions

View file

@ -215,3 +215,7 @@ class SysC(SysGeneral):
# which 2.21
self.get_file("https://carlowood.github.io/which/which-2.21.tar.gz")
# 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"])