diff --git a/lua-resty-http-0.16.1-0.rockspec b/lua-resty-http-0.16.2-0.rockspec similarity index 84% rename from lua-resty-http-0.16.1-0.rockspec rename to lua-resty-http-0.16.2-0.rockspec index 22726ff..081f11f 100644 --- a/lua-resty-http-0.16.1-0.rockspec +++ b/lua-resty-http-0.16.2-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-http" -version = "0.16.1-0" +version = "0.16.2-0" source = { - url = "git://github.com/ledgetech/lua-resty-http", - tag = "v0.16.1" + url = "git+https://github.com/ledgetech/lua-resty-http", + tag = "v0.16.2" } description = { summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",