util-linux-common: update to 2.40.2.

This commit is contained in:
Daniel Martinez 2024-10-14 22:08:51 -04:00 committed by Leah Neukirchen
parent 16a09b0aed
commit 513e35d2ba

View file

@ -1,7 +1,7 @@
# Template file for 'util-linux-common'
# Keep this package sync with util-linux
pkgname=util-linux-common
version=2.40.1
version=2.40.2
revision=1
build_style=gnu-configure
configure_args="
@ -27,7 +27,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.${version#*.*.}}/util-linux-${version}.tar.xz"
checksum=59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f
checksum=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3
if [ "$XBPS_TARGET_LIBC" = "musl" ] && [ "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then
configure_args+=" --disable-year2038"