From 9c1d48b287af143e973c2b1b606d93d456149795 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:51 +0000 Subject: [PATCH] luasocket: extract update_* to external update file --- srcpkgs/luasocket/template | 3 --- srcpkgs/luasocket/update | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/luasocket/update diff --git a/srcpkgs/luasocket/template b/srcpkgs/luasocket/template index 21332e12ee..070273ab86 100644 --- a/srcpkgs/luasocket/template +++ b/srcpkgs/luasocket/template @@ -9,9 +9,6 @@ short_desc="Network support for the Lua language " maintainer="Juan RP " 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 diff --git a/srcpkgs/luasocket/update b/srcpkgs/luasocket/update new file mode 100644 index 0000000000..51dbff23e5 --- /dev/null +++ b/srcpkgs/luasocket/update @@ -0,0 +1,3 @@ +site="https://github.com/diegonehab/luasocket/tags" +pattern='archive/v\K[\d\w-.]+(?=\.tar\.gz)' +ignore="*rc*"