mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-05 10:55:24 +01:00
Add openssl 1.1.1l.
This commit is contained in:
parent
a8cdecdfbd
commit
bdd0227fdd
5 changed files with 31 additions and 0 deletions
3
sysc.py
3
sysc.py
|
|
@ -153,6 +153,9 @@ class SysC(SysGeneral):
|
|||
# libarchive-3.5.2
|
||||
self.get_file("https://libarchive.org/downloads/libarchive-3.5.2.tar.xz")
|
||||
|
||||
# openssl-1.1.1l
|
||||
self.get_file("https://www.openssl.org/source/openssl-1.1.1l.tar.gz")
|
||||
|
||||
# autoconf 2.71
|
||||
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.71.tar.xz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue