dmraid: extract update_* to external update file
This commit is contained in:
parent
8cd9349821
commit
783c0f0f64
|
@ -14,7 +14,6 @@ short_desc="Device mapper RAID interface"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://people.redhat.com/~heinzm/sw/dmraid/"
|
homepage="http://people.redhat.com/~heinzm/sw/dmraid/"
|
||||||
update_pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'
|
|
||||||
distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2"
|
distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2"
|
||||||
checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8
|
checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'
|
Loading…
Reference in New Issue