Add kexec-tools 2.0.22.

This commit is contained in:
fosslinux 2021-06-10 20:27:45 +10:00
parent c41d2817e8
commit bfe7a67acf
7 changed files with 73 additions and 0 deletions

View file

@ -377,6 +377,10 @@ class SysA:
# musl 1.2.2
self.get_file("https://musl.libc.org/releases/musl-1.2.2.tar.gz")
# kexec-tools 2.0.22
self.get_file("https://github.com/horms/kexec-tools/archive/refs/tags/v2.0.22.tar.gz",
output="kexec-tools-2.0.22.tar.gz")
# bash 5.1
self.get_file("https://mirrors.kernel.org/gnu/bash/bash-5.1.tar.gz")