upgraded ngx_memc to 0.16.

This commit is contained in:
Yichun Zhang (agentzh) 2015-06-23 14:59:15 +08:00
parent 73db05ca54
commit 9295450eb8
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ mv openresty-array-var-nginx-module-* array-var-nginx-module-$ver || exit 1
#################################
ver=0.15
ver=0.16
$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