libnvme: update to 1.10
This commit is contained in:
parent
547fb3ad05
commit
964fa75acb
|
@ -4326,7 +4326,7 @@ librz_type.so.0.7 rizin-0.7.2_1
|
|||
librz_util.so.0.7 rizin-0.7.2_1
|
||||
libaravis-0.8.so.0 libaravis-0.8.21_1
|
||||
libLimeSuite.so.23.11-1 LimeSuite-23.11.0_1
|
||||
libnvme.so.1 libnvme-1.0_1
|
||||
libnvme.so.1 libnvme-1.10_1
|
||||
libnvme-mi.so.1 libnvme-1.2_1
|
||||
libRInside.so R-cran-RInside-0.2.16_1
|
||||
libXrdUtils.so.3 xrootd-5.4.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libnvme'
|
||||
pkgname=libnvme
|
||||
version=1.9
|
||||
version=1.10
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Ddocs=man"
|
||||
|
@ -11,8 +11,9 @@ short_desc="C Library for NVM Express on Linux"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=455867060d2b7563eab59fe21779dff469d98465028997178c7efbe4b8763206
|
||||
checksum=add9efa968e8341459fcaa2d96f2594a6f871e1fb3f57c02ce1c8ba5424f3960
|
||||
|
||||
libnvme-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} json-c-devel openssl-devel"
|
||||
|
|
Loading…
Reference in New Issue