|
|
|
@ -463,7 +463,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
ver=0.07rc1
|
|
|
|
|
ver=0.07
|
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/lua-upstream-nginx-module/tarball/v$ver" -O lua-upstream-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
|
tar -xzf lua-upstream-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
|
mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1
|
|
|
|
@ -787,7 +787,7 @@ mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
ver=0.04
|
|
|
|
|
ver=0.05
|
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/lua-resty-upstream-healthcheck/tarball/v$ver" -O "lua-resty-upstream-healthcheck-$ver.tar.gz" || exit 1
|
|
|
|
|
tar -xzf lua-resty-upstream-healthcheck-$ver.tar.gz || exit 1
|
|
|
|
|
mv openresty-lua-resty-upstream-healthcheck-* lua-resty-upstream-healthcheck-$ver || exit 1
|
|
|
|
|