* update nvme-cli to 2.11-1

This commit is contained in:
Alexander Baldeck 2024-12-16 16:32:44 +01:00
parent f32ccbf11f
commit 9164b82a74
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nvme-cli
pkgdesc = NVM-Express user space tooling for Linux
pkgver = 2.10.2
pkgver = 2.11
pkgrel = 1
url = https://github.com/linux-nvme/nvme-cli
install = nvme-cli.install
@ -21,7 +21,7 @@ pkgbase = nvme-cli
depends = libsystemd
depends = libnvme
options = strip
source = nvme-cli-2.10.2.tar.gz::https://github.com/linux-nvme/nvme-cli/archive/v2.10.2.tar.gz
sha256sums = b3c256959ff34124788aa96c8602c9cef00705d01cc3cb9322bf3269e00ae904
source = nvme-cli-2.11.tar.gz::https://github.com/linux-nvme/nvme-cli/archive/v2.11.tar.gz
sha256sums = 5e4dc73dbb488c6b1e6ad1c78d0c62b624076fcb0c052bd9039674a1dbd6517b
pkgname = nvme-cli

View File

@ -6,7 +6,7 @@
# Contributor: Martin Schrodt <martin@schrodt.org>
pkgname=nvme-cli
pkgver=2.10.2
pkgver=2.11
pkgrel=1
pkgdesc="NVM-Express user space tooling for Linux"
arch=(i686 x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -18,7 +18,7 @@ options=(strip)
install=nvme-cli.install
# checkdepends=('python2-nose' 'python-nose')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b3c256959ff34124788aa96c8602c9cef00705d01cc3cb9322bf3269e00ae904')
sha256sums=('5e4dc73dbb488c6b1e6ad1c78d0c62b624076fcb0c052bd9039674a1dbd6517b')
build() {
cd "${pkgname}-${pkgver}"