upgraded ngx_memc to 0.17.

This commit is contained in:
Yichun Zhang (agentzh) 2016-05-15 16:12:15 -07:00
parent d0b0e7e1fc
commit d915ad9427
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ mv openresty-array-var-nginx-module-* array-var-nginx-module-$ver || exit 1
#################################
ver=0.16
ver=0.17
$root/util/get-tarball "https://github.com/openresty/memc-nginx-module/tarball/v$ver" -O memc-nginx-module-$ver.tar.gz || exit 1
tar -xzf memc-nginx-module-$ver.tar.gz || exit 1
mv openresty-memc-nginx-module-* memc-nginx-module-$ver || exit 1