upgraded lua-resty-websocket to 0.06.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 14:06:31 -07:00
parent 4f2bf44aba
commit d7f84c9079
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ cd ..
#################################
ver=0.05
ver=0.06
$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