Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
libnvme
Commits:
43fdc613 by Morten Linderud at 2024-05-06T17:35:14+02:00
upgpkg: 1.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libnvme
pkgdesc = C Library for NVM Express on Linux
- pkgver = 1.8
- pkgrel = 2
+ pkgver = 1.9
+ pkgrel = 1
url = https://github.com/linux-nvme/libnvme
arch = x86_64
license = LGPL2.1
@@ -14,7 +14,7 @@ pkgbase = libnvme
depends = openssl
depends = keyutils
depends = dbus
- source =
libnvme-1.8.tar.gz::https://github.com/linux-nvme/libnvme/archive/v1.8.tar.gz
- sha256sums =
d59939a280eec41eb7a716e1681d0d0c612099385204ffb55d07134a6be08d75
+ source =
libnvme-1.9.tar.gz::https://github.com/linux-nvme/libnvme/archive/v1.9.tar.gz
+ sha256sums =
455867060d2b7563eab59fe21779dff469d98465028997178c7efbe4b8763206
pkgname = libnvme
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=libnvme
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
pkgdesc="C Library for NVM Express on Linux"
arch=('x86_64')
url="https://github.com/linux-nvme/libnvme"
@@ -12,7 +12,7 @@ depends=('json-c' 'openssl' 'keyutils' 'dbus')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('d59939a280eec41eb7a716e1681d0d0c612099385204ffb55d07134a6be08d75')
+sha256sums=('455867060d2b7563eab59fe21779dff469d98465028997178c7efbe4b8763206')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvme/-/commit/43fdc61305b78a7e457fa2f256a42ef1fdcca908
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvme/-/commit/43fdc61305b78a7e457fa2f256a42ef1fdcca908
You're receiving this email because of your account on gitlab.archlinux.org.