nvme-cli: update to 2.15

Bump to latest upstream release.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
John Audia
2025-07-26 08:58:30 -04:00
committed by Hannu Nyman
parent f991b1ed1a
commit 69f9859692
2 changed files with 3 additions and 3 deletions

View File

@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nvme-cli
PKG_VERSION:=2.12
PKG_VERSION:=2.15
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/linux-nvme/nvme-cli/archive/refs/tags/v$(PKG_VERSION)
PKG_HASH:=bb6528d0528ccf5d05fbe8e90b82b7632cc0896ffcbe2f4c823ff2de1e79693e
PKG_HASH:=93282c426f22dd1ea6d172dec8af043c4e9ff80189becfbbb5378fe1ca0a74ad
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=LICENSE

View File

@@ -18,7 +18,7 @@ Signed-off-by: Daniel Néri <dne+commits@rb67.eu>
--- a/nvme-print.c
+++ b/nvme-print.c
@@ -832,6 +832,10 @@ static bool is_fahrenheit_country(const
@@ -835,6 +835,10 @@ static bool is_fahrenheit_country(const
#define LC_MEASUREMENT LC_ALL
#endif