|
|
@ -499,7 +499,7 @@ rm -rf no-pool-nginx-$ver
|
|
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
|
|
ver=0.61
|
|
|
|
ver=0.62rc1
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/echo-nginx-module/tarball/v$ver" -O echo-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/echo-nginx-module/tarball/v$ver" -O echo-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
tar -xzf echo-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
tar -xzf echo-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
mv openresty-echo-nginx-module-* echo-nginx-module-$ver || exit 1
|
|
|
|
mv openresty-echo-nginx-module-* echo-nginx-module-$ver || exit 1
|
|
|
@ -590,7 +590,7 @@ mv openresty-memc-nginx-module-* memc-nginx-module-$ver || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
#################################
|
|
|
|
#################################
|
|
|
|
|
|
|
|
|
|
|
|
ver=0.31
|
|
|
|
ver=0.32rc1
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/srcache-nginx-module/tarball/v$ver" -O srcache-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
$root/util/get-tarball "https://github.com/openresty/srcache-nginx-module/tarball/v$ver" -O srcache-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
tar -xzf srcache-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
tar -xzf srcache-nginx-module-$ver.tar.gz || exit 1
|
|
|
|
mv openresty-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1
|
|
|
|
mv openresty-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1
|
|
|
|