upgraded lua-cjson to 2.1.0.8rc1.

This commit is contained in:
spacewander
2020-03-24 20:11:03 +08:00
committed by Thibault Charbonnier
parent 4b5cb7a546
commit 4debfd5a3c
2 changed files with 115 additions and 115 deletions

View File

@ -689,7 +689,7 @@ cd .. || exit 1
#################################
ver=2.1.0.7
ver=2.1.0.8rc1
$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