upgraded lua-resty-websocket to 0.03.

This commit is contained in:
Yichun Zhang (agentzh) 2014-04-11 21:17:01 -07:00
parent 5d4854f3e9
commit 8cd9200a0f
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ mv agentzh-lua-resty-string-* lua-resty-string-$ver || exit 1
#################################
ver=0.02
ver=0.03
$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