mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Upgrade musl to 1.2.3.
This commit is contained in:
parent
b4243bf95d
commit
98ba2759b2
6 changed files with 51 additions and 53 deletions
4
sysa.py
4
sysa.py
|
|
@ -249,8 +249,8 @@ class SysA(SysGeneral):
|
|||
self.get_file("https://mirrors.kernel.org/pub/linux/kernel/v5.x/linux-5.10.41.tar.gz",
|
||||
output="linux-headers-5.10.41.tar.gz")
|
||||
|
||||
# musl 1.2.2
|
||||
self.get_file("https://musl.libc.org/releases/musl-1.2.2.tar.gz")
|
||||
# musl 1.2.3
|
||||
self.get_file("https://musl.libc.org/releases/musl-1.2.3.tar.gz")
|
||||
|
||||
# util-linux 2.19.1
|
||||
self.get_file("https://mirrors.kernel.org/pub/linux/utils/util-linux/v2.19/util-linux-2.19.1.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue