* update multipath-tools to 0.9.9-1
This commit is contained in:
parent
7b1f43789d
commit
2d2766cace
18
multipath-tools/.SRCINFO
Normal file
18
multipath-tools/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = multipath-tools
|
||||
pkgdesc = Multipath tools for Linux (including kpartx)
|
||||
pkgver = 0.9.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/opensvc/multipath-tools
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = git
|
||||
makedepends = systemd
|
||||
depends = libaio
|
||||
depends = device-mapper
|
||||
depends = json-c
|
||||
depends = liburcu
|
||||
depends = systemd-libs
|
||||
source = multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.9.9
|
||||
sha256sums = 92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e
|
||||
|
||||
pkgname = multipath-tools
|
3
multipath-tools/.nvchecker.toml
Normal file
3
multipath-tools/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[multipath-tools]
|
||||
source = "git"
|
||||
git = "https://github.com/opensvc/multipath-tools.git"
|
@ -9,7 +9,7 @@
|
||||
# Contributor: Matt Heagney <matt@heagney.com>
|
||||
|
||||
pkgname=multipath-tools
|
||||
pkgver=0.9.8
|
||||
pkgver=0.9.9
|
||||
pkgrel=1
|
||||
pkgdesc='Multipath tools for Linux (including kpartx)'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -18,7 +18,7 @@ license=('GPL2')
|
||||
depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
|
||||
makedepends=('git' 'systemd')
|
||||
source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}")
|
||||
sha256sums=('dadd5555bc9dd82208e9d30ffe1d92227ecd53da56b9c645171ec756113eb58a')
|
||||
sha256sums=('92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e')
|
||||
|
||||
_make_opts=(
|
||||
prefix='/usr/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user