luasocket: extract update_* to external update file
This commit is contained in:
@@ -9,9 +9,6 @@ short_desc="Network support for the Lua language "
|
|||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://w3.impa.br/~diego/software/luasocket/"
|
homepage="http://w3.impa.br/~diego/software/luasocket/"
|
||||||
update_site="https://github.com/diegonehab/luasocket/tags"
|
|
||||||
update_pattern='archive/v\K[\d\w-.]+(?=\.tar\.gz)'
|
|
||||||
update_ignore="*rc*"
|
|
||||||
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-$version.tar.gz"
|
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-$version.tar.gz"
|
||||||
checksum=4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6
|
checksum=4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6
|
||||||
|
|
||||||
|
|||||||
3
srcpkgs/luasocket/update
Normal file
3
srcpkgs/luasocket/update
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
site="https://github.com/diegonehab/luasocket/tags"
|
||||||
|
pattern='archive/v\K[\d\w-.]+(?=\.tar\.gz)'
|
||||||
|
ignore="*rc*"
|
||||||
Reference in New Issue
Block a user