mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
kpartx: fix distfiles 404
This commit is contained in:
parent
6332d3a2a1
commit
4ea4473adf
2 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,7 @@ short_desc="Create device maps from partition tables"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version}>kpartx-${version}.tar.gz"
|
distfiles="https://github.com/opensvc/multipath-tools/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=0549ebe39fd3950ec49c16304da408c2bfe1b18d386d8e6647b5bcb60363c8aa
|
checksum=0549ebe39fd3950ec49c16304da408c2bfe1b18d386d8e6647b5bcb60363c8aa
|
||||||
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"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
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