mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
libffi 3.3
This commit is contained in:
parent
f0079dd1d5
commit
6edb5b3212
6 changed files with 33 additions and 0 deletions
3
sysa.py
3
sysa.py
|
|
@ -457,3 +457,6 @@ class SysA:
|
|||
# libunistring 0.9.10
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/libunistring/libunistring-0.9.10.tar.xz",
|
||||
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-52a06cb3.tar.gz"])
|
||||
|
||||
# libffi 3.3
|
||||
self.get_file("https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue