|
|
@ -823,7 +823,7 @@ cd ..
|
|
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
|
|
ver=0.09
|
|
|
|
ver=0.10rc1
|
|
|
|
$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
|
|
|
|