upgraded lua-resty-websocket to 0.05.

This commit is contained in:
Yichun Zhang (agentzh) 2015-01-21 14:33:30 -08:00
parent fdcdc15436
commit b1a852b27e
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1
#################################
ver=0.04
ver=0.05
$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