upgraded lua-rds-parser to 0.03; released ngx_openresty 1.0.5.1rc12.

This commit is contained in:
agentzh (章亦春) 2011-08-31 15:29:37 +08:00
parent a979e3eaab
commit da9a356adc
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ mv agentzh-lua-redis-parser-* lua-redis-parser-$ver || exit 1
#################################
ver=0.02
ver=0.03
$root/util/get-tarball "http://github.com/agentzh/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 agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1