aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijunlong <lijunlong@openresty.com>2026-01-19 08:17:26 +0800
committerlijunlong <lijunlong@openresty.com>2026-01-19 08:17:26 +0800
commite6daf3cdfac61055af3f7d88d9886942ff0de6e6 (patch)
treec2e3ec530605f1cd9cd05ed667b42c4a7df62899
parent35bac3c9741af54d121a8ef4e04ff20755943444 (diff)
downloadlua-cjson-2.1.0.16.tar.gz
lua-cjson-2.1.0.16.tar.bz2
lua-cjson-2.1.0.16.zip
bumped to to v2.1.0.162.1.0.16
-rw-r--r--lua-cjson-2.1.0.16-1.rockspec (renamed from lua-cjson-2.1.0.14-1.rockspec)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua-cjson-2.1.0.14-1.rockspec b/lua-cjson-2.1.0.16-1.rockspec
index 4376a08..037993a 100644
--- a/lua-cjson-2.1.0.14-1.rockspec
+++ b/lua-cjson-2.1.0.16-1.rockspec
@@ -1,9 +1,9 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "2.1.0.14-1" 2version = "2.1.0.16-1"
3 3
4source = { 4source = {
5 url = "git+https://github.com/openresty/lua-cjson", 5 url = "git+https://github.com/openresty/lua-cjson",
6 tag = "2.1.0.14", 6 tag = "2.1.0.16",
7} 7}
8 8
9description = { 9description = {