bundled new library lua-resty-websocket.

This commit is contained in:
Yichun Zhang (agentzh)
2013-09-27 15:37:00 -07:00
parent 457d0526ea
commit 937985fc03
2 changed files with 12 additions and 1 deletions

View File

@ -457,6 +457,13 @@ mv agentzh-lua-resty-string-* lua-resty-string-$ver || exit 1
#################################
ver=0.01
$root/util/get-tarball "http://github.com/agentzh/lua-resty-websocket/tarball/v$ver" -O "lua-resty-websocket-$ver.tar.gz" || exit 1
tar -xzf lua-resty-websocket-$ver.tar.gz || exit 1
mv agentzh-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1
#################################
rm *.tar.gz
cd ..