upgraded lua-resty-websocket to 0.06.

pull/214/head
Yichun Zhang (agentzh) 8 years ago
parent 4f2bf44aba
commit d7f84c9079

@ -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 $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

Loading…
Cancel
Save