upgraded ngx_memc to 0.18.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 15:58:38 -07:00
parent 88b4cf1abf
commit 0a35dfc126
1 changed files with 1 additions and 1 deletions

View File

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