biew: extract update_* to external update file
This commit is contained in:
parent
5c2a8885aa
commit
be9bdb09e7
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ short_desc="Console hex viewer/editor and disassembler"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://beye.sourceforge.net/"
|
||||
update_pattern='biew/\K[\d.]+'
|
||||
distfiles="${SOURCEFORGE_SITE}/beye/${pkgname}/${version}/${pkgname}-${_shortversion}-src.tar.bz2"
|
||||
checksum=2e85f03c908dd6ec832461fbfbc79169a33f4caccf48c8fe60cbd29f5fb06d17
|
||||
nocross=yes
|
||||
|
|
1
srcpkgs/biew/update
Normal file
1
srcpkgs/biew/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='biew/\K[\d.]+'
|
Loading…
Reference in a new issue