upgraded lua-redis-parser to 0.13.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 17:55:43 -07:00
parent 5deaa06788
commit 34c5e749b7
1 changed files with 3 additions and 3 deletions

View File

@ -582,10 +582,10 @@ tar -xzf lua-cjson-$ver.tar.gz || exit 1
#################################
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
ver=0.13
$root/util/get-tarball "https://github.com/openresty/lua-redis-parser/archive/v$ver.tar.gz" -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
#mv lua-redis-parser-* lua-redis-parser-$ver || exit 1
#cd lua-redis-parser-$ver || exit 1
#patch -p1 < $root/patches/lua_cjson-$ver-array_detection_fix.patch || exit 1
#sed 's/\$(DESTDIR)\//$(DESTDIR)/g' Makefile > mk || exit 1