upgraded lua-redis-parser to 0.12.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-05 20:43:23 +08:00
parent caea3438eb
commit cba6fbd864
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ tar -xzf lua-cjson-$ver.tar.gz || exit 1
#################################
ver=0.11
ver=0.12
$root/util/get-tarball "https://github.com/openresty/lua-redis-parser/tarball/v$ver" -O "lua-redis-parser-$ver.tar.gz" || exit 1
tar -xzf lua-redis-parser-$ver.tar.gz || exit 1
mv openresty-lua-redis-parser-* lua-redis-parser-$ver || exit 1