nvme-cli: update to 2.10.2

This commit is contained in:
Mateusz Sylwestrzak 2024-08-18 17:55:11 +02:00 committed by Leah Neukirchen
parent 964fa75acb
commit 404b147ce1
1 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nvme-cli'
pkgname=nvme-cli
version=2.8
version=2.10.2
revision=1
build_style=meson
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
@ -9,11 +9,17 @@ makedepends="libnvme-devel zlib-devel json-c-devel"
short_desc="NVMe management command line interface"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://nvmexpress.org"
homepage="https://nvmexpress.org"
changelog="https://github.com/linux-nvme/nvme-cli/releases"
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
checksum=0743d9188792a87d39187ae5e5cb31e8f46cca8c6f100547c50ec0dd659d2531
checksum=b3c256959ff34124788aa96c8602c9cef00705d01cc3cb9322bf3269e00ae904
conf_files="/etc/nvme/*.conf"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) make_check="no" # uint128 test fails on x86_64-musl
;;
esac
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libhugetlbfs-devel"
else