upgraded ngx_memc to 0.19

This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 13:48:03 -07:00
parent c89133ec7e
commit 506b0b8926
1 changed files with 1 additions and 1 deletions

View File

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