util-linux: update to 2.38.1.

This commit is contained in:
dataCobra 2022-08-24 09:05:50 +02:00 committed by classabbyamp
parent da7cc3c4f2
commit 610c1c746b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'util-linux-common' # Template file for 'util-linux-common'
# Keep this package sync with util-linux # Keep this package sync with util-linux
pkgname=util-linux-common pkgname=util-linux-common
version=2.38 version=2.38.1
revision=1 revision=1
wrksrc="util-linux-$version" wrksrc="util-linux-$version"
build_style=gnu-configure build_style=gnu-configure
@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://www.kernel.org/pub/linux/utils/util-linux/" homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.${version#*.*.}}/util-linux-${version}.tar.xz" distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.${version#*.*.}}/util-linux-${version}.tar.xz"
checksum=6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64 checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f
post_extract() { post_extract() {
# hung inside xbps-src # hung inside xbps-src

View File

@ -1,7 +1,7 @@
# Template file for 'util-linux' # Template file for 'util-linux'
# Keep this package sync with util-linux-common # Keep this package sync with util-linux-common
pkgname=util-linux pkgname=util-linux
version=2.38 version=2.38.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown
@ -22,7 +22,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://www.kernel.org/pub/linux/utils/util-linux/" homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version%.${version#*.*.}}/${pkgname}-${version}.tar.xz" distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version%.${version#*.*.}}/${pkgname}-${version}.tar.xz"
checksum=6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64 checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f
# Create uuidd system account for uuidd. # Create uuidd system account for uuidd.
system_accounts="_uuidd" system_accounts="_uuidd"