sg3_utils: extract update_* to external update file
This commit is contained in:
parent
ecc2598ccc
commit
7817f0f563
|
@ -9,7 +9,6 @@ short_desc="Generic SCSI utilities"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://sg.danny.cz/sg/sg3_utils.html"
|
||||
license="BSD, GPL-2"
|
||||
update_pattern=$pkgname'-\K[\d.]+(?=\.tgz)'
|
||||
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
||||
checksum=44a9ecfd3af018fa9f3586067a8fa5f4874451c3d773d74436d262a7e530ee83
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern=$pkgname'-\K[\d.]+(?=\.tgz)'
|
Loading…
Reference in New Issue