mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
GNU Patch 2.7.6
This commit is contained in:
parent
22a435ba95
commit
32358fd94f
7 changed files with 115 additions and 0 deletions
4
sysa.py
4
sysa.py
|
|
@ -486,3 +486,7 @@ class SysA:
|
|||
|
||||
# automake 1.16.3
|
||||
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.16.3.tar.xz")
|
||||
|
||||
# patch 2.7.6
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/patch/patch-2.7.6.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-e017871.tar.gz"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue