upgraded lua-resty-websocket to v0.07rc1.

This commit is contained in:
Yichun Zhang (agentzh) 2018-10-29 14:49:27 -07:00
parent a0467ffb9b
commit 8ac69e032c
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ cd ..
#################################
ver=0.06
ver=0.07rc1
$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