upgraded lua-cjson to 2.1.0.2.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-17 22:45:39 -07:00
parent 88f0bdb2ae
commit 1429569342
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ mv luajit2-* LuaJIT-$ver || exit 1
#################################
ver=2.1.0.1
ver=2.1.0.2
$root/util/get-tarball "https://github.com/openresty/lua-cjson/archive/$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1
tar -xzf lua-cjson-$ver.tar.gz || exit 1
cd lua-cjson-$ver || exit 1