1
0
mirror of https://github.com/openresty/openresty.git synced 2024-10-13 00:29:41 +00:00

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

This commit is contained in:
Johnny
2020-10-10 22:39:00 +08:00
committed by GitHub
parent 20d2bd74bf
commit 2e3312a46e

@ -792,7 +792,7 @@ cd ..
################################# #################################
ver=0.07 ver=0.08rc1
$root/util/get-tarball "https://github.com/openresty/lua-resty-websocket/tarball/v$ver" -O "lua-resty-websocket-$ver.tar.gz" || exit 1 $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 tar -xzf lua-resty-websocket-$ver.tar.gz || exit 1
mv openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1 mv openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1