upgraded lua-redis-parser to 0.12.
This commit is contained in:
parent
caea3438eb
commit
cba6fbd864
|
@ -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
|
$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
|
tar -xzf lua-redis-parser-$ver.tar.gz || exit 1
|
||||||
mv openresty-lua-redis-parser-* lua-redis-parser-$ver || exit 1
|
mv openresty-lua-redis-parser-* lua-redis-parser-$ver || exit 1
|
||||||
|
|
Loading…
Reference in New Issue