mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
kpartx: update to 0.9.6.
This commit is contained in:
parent
34a29fc382
commit
d09cea6c05
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kpartx'
|
# Template file for 'kpartx'
|
||||||
pkgname=kpartx
|
pkgname=kpartx
|
||||||
version=0.9.5
|
version=0.9.6
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=kpartx
|
build_wrksrc=kpartx
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://christophe.varoqui.free.fr/"
|
homepage="http://christophe.varoqui.free.fr/"
|
||||||
distfiles="https://github.com/opensvc/multipath-tools/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/opensvc/multipath-tools/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=e410fdee62ccaaecb79a0feb09c10d075a7254d013cf65543923bccb40c091c6
|
checksum=401c6f6e8dc5d3feaaee76280716aee718579ac024ce4f2fae77c798dc7a0f9f
|
||||||
LDFLAGS="-ldevmapper"
|
LDFLAGS="-ldevmapper"
|
||||||
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -I../libmultipath"
|
CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DLIBDM_API_COOKIE -I../libmultipath"
|
||||||
|
|
||||||
|
|
2
srcpkgs/kpartx/update
Normal file
2
srcpkgs/kpartx/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site='https://git.opensvc.com/?p=multipath-tools/.git;a=tags'
|
||||||
|
pattern='refs/tags/\K[0-9.]+'
|
Loading…
Add table
Reference in a new issue