mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
upgraded ngx_lua_upstream to 0.03.
This commit is contained in:
parent
5df64b4e63
commit
d225abe6d1
@ -366,7 +366,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=0.02
|
||||
ver=0.03
|
||||
$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
|
||||
@ -601,7 +601,7 @@ mv openresty-lua-resty-lrucache-* lua-resty-lrucache-$ver || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=0.1.0
|
||||
ver=0.1.1
|
||||
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
|
||||
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
|
||||
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user