kexec-tools: 2.0.18 -> 2.0.20

This commit is contained in:
Danny Rawlins 2020-01-01 17:31:08 +11:00
parent b2583eabd9
commit e44a22f366
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z3MwYtYweS7NJZm2E3cLweHqxZvLGXBFieYTLCvXC5cE/0SDmeuu2R2U1eUOnnlVjptgroh7eBPw+ymPOu4OQY=
SHA256 (Pkgfile) = a299ff326d7ab3b6ed0f54466d68af69a9f7adcba644c4952f492d321c6ac271
RWSagIOpLGJF32rlSV1Y4VF+XEP/t7fWAhyXZoAsZyx3jGBpBk3hndACXaoGkALBtS90crkEJPluuKa/DQX1ABRHYWvMdKF7fQ0=
SHA256 (Pkgfile) = 2cfa96dc5fe5df28bda7654530e379e7873ba36abe6d1379e7b5ea0c35dc241e
SHA256 (.footprint) = 483baf3b5692da54a02afd0775245401ab78152f01426113988dc3773a2c2ccb
SHA256 (kexec-tools-2.0.18.tar.xz) = f2dafabfffe4df80ab330dd3516449ba52965d5b79efff1f2b2dc1a78e7d1e3d
SHA256 (kexec-tools-2.0.20.tar.gz) = 91788ea1efcebc2d335c4fc7deb07e76b6c4b19fb11f40f8376c68a0830c71dd

View File

@ -1,17 +1,17 @@
# Description: kexec-tools for the linux kernel
# URL: http://kernel.org/pub/linux/utils/kernel/kexec
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=kexec-tools
version=2.0.18
version=2.0.20
release=1
source=(http://crux.nu/~tek/$name-$version.tar.xz)
source=(https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/snapshot/kexec-tools-$version.tar.gz)
build() {
cd $name-$version
./bootstrap
./configure --prefix=/usr
make -j1
make
make DESTDIR=$PKG install
}