mdadm: update to 4.0.
This commit is contained in:
parent
1b61cd4dc1
commit
4bc98fe6f0
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'mdadm'
|
||||
pkgname=mdadm
|
||||
version=3.4
|
||||
version=4.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="Tool for managing/monitoring Linux md device arrays"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://neil.brown.name/blog/mdadm"
|
||||
homepage="http://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
|
||||
distfiles="http://ftp.kernel.org/pub/linux/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=27d0be4627d38a12ddcd1c1c3721d649d4e89e1093914497e22b57245cda8808
|
||||
checksum=1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's,^install : mdadm mdmon,install: ,g' Makefile
|
||||
|
|
Loading…
Reference in a new issue