upgraded lua-resty-websocket to 0.08.

This commit is contained in:
jiahao 2020-10-30 16:28:16 +08:00
parent 29b901d4cd
commit 02f282b9b9
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ cd ..
#################################
ver=0.08rc1
ver=0.08
$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