upgraded lua-resty-websocket to 0.04.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:46:52 -07:00
parent a90eb927f5
commit 51a7b54c60
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1
#################################
ver=0.03
ver=0.04
$root/util/get-tarball "https://github.com/openresty/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 openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1