upgraded lua-cjson to 2.1.0.11.

This commit is contained in:
jiahao 2023-01-19 11:30:12 +08:00
parent 691cddfe90
commit adae554762
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ cd .. || exit 1
#################################
ver=2.1.0.10
ver=2.1.0.11
$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