mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
dmraid: extract update_* to external update file
This commit is contained in:
parent
8cd9349821
commit
783c0f0f64
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ short_desc="Device mapper RAID interface"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://people.redhat.com/~heinzm/sw/dmraid/"
|
||||
update_pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'
|
||||
distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2"
|
||||
checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8
|
||||
|
||||
|
|
1
srcpkgs/dmraid/update
Normal file
1
srcpkgs/dmraid/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'
|
Loading…
Add table
Reference in a new issue