mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mdadm: use KERNEL_SITE
ftp.kernel.org is no more.
This commit is contained in:
parent
c5fecb2537
commit
ffa5f80c9d
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ makedepends="eudev-libudev-devel"
|
||||||
short_desc="Tool for managing/monitoring Linux md device arrays"
|
short_desc="Tool for managing/monitoring Linux md device arrays"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
|
homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
|
||||||
distfiles="http://ftp.kernel.org/pub/linux/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9
|
checksum=1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue