mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
vbindiff: extract update_* to external update file
This commit is contained in:
parent
cfe03bfb40
commit
a46e138b54
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,5 @@ short_desc="Visual Binary Diff"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.cjmweb.net/vbindiff/"
|
homepage="http://www.cjmweb.net/vbindiff/"
|
||||||
update_pattern='vbindiff-\K.*(?=.tar)'
|
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7d5d5a87fde953dc2089746f6f6ab811d60e127b01074c97611898fb1ef1983d
|
checksum=7d5d5a87fde953dc2089746f6f6ab811d60e127b01074c97611898fb1ef1983d
|
||||||
|
|
1
srcpkgs/vbindiff/update
Normal file
1
srcpkgs/vbindiff/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='vbindiff-\K.*(?=.tar)'
|
Loading…
Add table
Reference in a new issue