upgraded ngx_memc to 0.15.

This commit is contained in:
Yichun Zhang (agentzh) 2014-07-08 14:18:16 -07:00
parent a485e40fb8
commit 58b1cf3443
1 changed files with 1 additions and 1 deletions

View File

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