* update multipath-tools to 0.9.9-1

This commit is contained in:
Alexander Baldeck 2024-08-19 16:27:51 +02:00
parent 7b1f43789d
commit 2d2766cace
3 changed files with 23 additions and 2 deletions

18
multipath-tools/.SRCINFO Normal file
View 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

View File

@ -0,0 +1,3 @@
[multipath-tools]
source = "git"
git = "https://github.com/opensvc/multipath-tools.git"

View File

@ -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/'