luasocket: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:51 +00:00
parent 04c9e7304f
commit 9c1d48b287
2 changed files with 3 additions and 3 deletions

View file

@ -9,9 +9,6 @@ short_desc="Network support for the Lua language "
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
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"
checksum=4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6

3
srcpkgs/luasocket/update Normal file
View file

@ -0,0 +1,3 @@
site="https://github.com/diegonehab/luasocket/tags"
pattern='archive/v\K[\d\w-.]+(?=\.tar\.gz)'
ignore="*rc*"