From 4ea4473adf1e7b44c621bdf00366fcc4ff237e15 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 30 Jan 2022 02:09:20 +0100 Subject: [PATCH] kpartx: fix distfiles 404 --- srcpkgs/kpartx/template | 2 +- srcpkgs/kpartx/update | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 srcpkgs/kpartx/update diff --git a/srcpkgs/kpartx/template b/srcpkgs/kpartx/template index e3de43113ac..291d39e8217 100644 --- a/srcpkgs/kpartx/template +++ b/srcpkgs/kpartx/template @@ -11,7 +11,7 @@ short_desc="Create device maps from partition tables" maintainer="Leah Neukirchen " 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" diff --git a/srcpkgs/kpartx/update b/srcpkgs/kpartx/update deleted file mode 100644 index d50ddf080eb..00000000000 --- a/srcpkgs/kpartx/update +++ /dev/null @@ -1,2 +0,0 @@ -site='https://git.opensvc.com/?p=multipath-tools/.git;a=tags' -pattern='refs/tags/\K[0-9.]+'