Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
multipath-tools
Commits:
6a748a61 by Christian Hesse at 2025-01-23T13:45:59+01:00
upgpkg: 0.11.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = multipath-tools
pkgdesc = Multipath tools for Linux (including kpartx)
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/opensvc/multipath-tools
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = multipath-tools
depends = liburcu
depends = systemd-libs
depends = util-linux-libs
- source =
multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.10.0
- sha256sums =
52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353
+ source =
multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.11.0
+ sha256sums =
380a8333695103cf1a4546756eaf7daa13469832edac6f33b72fde8d51393e21
pkgname = multipath-tools
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
# Contributor: Matt Heagney <[email protected]>
pkgname=multipath-tools
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='Multipath tools for Linux (including kpartx)'
arch=('x86_64')
@@ -17,7 +17,7 @@ license=('GPL-2.0-or-later' 'GPL-3.0-or-later'
'LGPL-2.0-or-later' 'LGPL-2.1-or-
depends=('glibc' 'gcc-libs' 'libaio' 'device-mapper' 'json-c' 'liburcu'
'systemd-libs' 'util-linux-libs')
makedepends=('git' 'systemd')
source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}")
-sha256sums=('52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353')
+sha256sums=('380a8333695103cf1a4546756eaf7daa13469832edac6f33b72fde8d51393e21')
_make_opts=(
prefix='/usr/'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/multipath-tools/-/commit/6a748a61b29395368313de862ea4b75838570751
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/multipath-tools/-/commit/6a748a61b29395368313de862ea4b75838570751
You're receiving this email because of your account on gitlab.archlinux.org.