kpartx: fix distfiles 404
This commit is contained in:
parent
6332d3a2a1
commit
4ea4473adf
|
@ -11,7 +11,7 @@ short_desc="Create device maps from partition tables"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
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
|
||||
LDFLAGS="-ldevmapper"
|
||||
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…
Reference in New Issue