bridge-utils: extract update_* to external update file
This commit is contained in:
parent
27f14ffe38
commit
0efc0915fe
2 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@ short_desc="Layer2 ethernet bridging for Linux"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||
update_pkgname="bridge"
|
||||
update_pattern="bridge-utils-\K[\d.]+"
|
||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
||||
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
||||
|
||||
|
|
2
srcpkgs/bridge-utils/update
Normal file
2
srcpkgs/bridge-utils/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkgname="bridge"
|
||||
pattern="bridge-utils-\K[\d.]+"
|
Loading…
Reference in a new issue