upgraded lua-rds-parser to 0.06.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-04 21:55:41 +08:00
parent d68403407d
commit 0e95be39c1
1 changed files with 1 additions and 1 deletions

View File

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