Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/libnvme/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libnvme'
pkgname=libnvme
version=1.15
revision=2
version=1.16.1
revision=1
build_style=meson
configure_args="-Ddocs=man"
hostmakedepends="pkg-config swig tar xz"
Expand All @@ -13,7 +13,7 @@ license="LGPL-2.1-or-later"
homepage="https://github.com/linux-nvme/libnvme"
changelog="https://github.com/linux-nvme/libnvme/releases"
distfiles="https://github.com/linux-nvme/libnvme/archive/v${version}.tar.gz"
checksum=c21cd9379390bdc52c9d9569a241274f8115fc247b76a5d922d639f48c8174a2
checksum=ce1d9d393feb84c4e82ca096db2bdb7dd4a5fd1997d711cc1904796944f2c579

libnvme-devel_package() {
depends="${sourcepkg}>=${version}_${revision} json-c-devel openssl-devel"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/nvme-cli/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nvme-cli'
pkgname=nvme-cli
version=2.15
version=2.16
revision=1
build_style=meson
configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
Expand All @@ -12,7 +12,7 @@ license="GPL-2.0-only"
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=93282c426f22dd1ea6d172dec8af043c4e9ff80189becfbbb5378fe1ca0a74ad
checksum=989682ed7b250a2c7a8127e362ffc5d29f5c370127abe405be09c73216da2b97
conf_files="/etc/nvme/*.conf"

case "$XBPS_TARGET_MACHINE" in
Expand Down