mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dialog: extract update_* to external update file
This commit is contained in:
parent
37a9ced729
commit
9f8eef036d
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ short_desc="A tool to display dialog boxes from shell scripts"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://invisible-island.net/dialog/"
|
homepage="http://invisible-island.net/dialog/"
|
||||||
update_pattern="dialog-\K[\d.-]+(?=.tgz)"
|
|
||||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||||
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
|
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
|
||||||
|
|
||||||
|
|
1
srcpkgs/dialog/update
Normal file
1
srcpkgs/dialog/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="dialog-\K[\d.-]+(?=.tgz)"
|
Loading…
Add table
Reference in a new issue