upgraded lua-resty-websocket to 0.02.

This commit is contained in:
Yichun Zhang (agentzh) 2013-10-27 21:26:27 -07:00
parent f35f66a487
commit e4ff7dbfac
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ mv agentzh-lua-resty-string-* lua-resty-string-$ver || exit 1
#################################
ver=0.01
ver=0.02
$root/util/get-tarball "https://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