dialog: extract update_* to external update file
This commit is contained in:
parent
37a9ced729
commit
9f8eef036d
|
@ -12,7 +12,6 @@ short_desc="A tool to display dialog boxes from shell scripts"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://invisible-island.net/dialog/"
|
||||
update_pattern="dialog-\K[\d.-]+(?=.tgz)"
|
||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern="dialog-\K[\d.-]+(?=.tgz)"
|
Loading…
Reference in New Issue