kexec-tools: update to 2.0.28.

This commit is contained in:
Andrew J. Hesford 2024-02-24 12:38:55 -05:00
parent 5a96be9685
commit 741351276e

View file

@ -1,6 +1,6 @@
# Template file for 'kexec-tools' # Template file for 'kexec-tools'
pkgname=kexec-tools pkgname=kexec-tools
version=2.0.27 version=2.0.28
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="tar xz" hostmakedepends="tar xz"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/" homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
distfiles="${KERNEL_SITE}/utils/kernel/kexec/${pkgname}-${version}.tar.xz" distfiles="${KERNEL_SITE}/utils/kernel/kexec/${pkgname}-${version}.tar.xz"
checksum=38d78bcfa33a88928324b57dc81f50c1dfc279eede45e80957ca18f4e84b8187 checksum=d2f0ef872f39e2fe4b1b01feb62b0001383207239b9f8041f98a95564161d053
CFLAGS="-fcommon" CFLAGS="-fcommon"