upgraded ngx_echo to 0.58.

This commit is contained in:
Yichun Zhang (agentzh) 2015-06-23 15:03:48 +08:00
parent 2e5d8d5179
commit d332766a3f
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ rm -rf no-pool-nginx-$ver
#################################
ver=0.57
ver=0.58
$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
mv openresty-echo-nginx-module-* echo-nginx-module-$ver || exit 1