From ef111c7d16aa139391fcb0d2e8431afad6934c36 Mon Sep 17 00:00:00 2001 From: Miles Richardson Date: Mon, 21 Mar 2022 16:28:29 +0000 Subject: [PATCH] Change `source.url` in `rockspec` to use `git+https://` GitHub deprecated usage of `git://` (unencrypted Git protocol) on March 15th, 2022. --- ....1-0.rockspec => lua-resty-http-0.17.0.beta.2-0.rockspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename lua-resty-http-0.17.0.beta.1-0.rockspec => lua-resty-http-0.17.0.beta.2-0.rockspec (82%) diff --git a/lua-resty-http-0.17.0.beta.1-0.rockspec b/lua-resty-http-0.17.0.beta.2-0.rockspec similarity index 82% rename from lua-resty-http-0.17.0.beta.1-0.rockspec rename to lua-resty-http-0.17.0.beta.2-0.rockspec index d72353e9..83bb2a36 100644 --- a/lua-resty-http-0.17.0.beta.1-0.rockspec +++ b/lua-resty-http-0.17.0.beta.2-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-http" -version = "0.17.0.beta.1-0" +version = "0.17.0.beta.2-0" source = { - url = "git://github.com/ledgetech/lua-resty-http", - tag = "v0.17.0-beta.1" + url = "git+https://github.com/ledgetech/lua-resty-http", + tag = "v0.17.0-beta.2" } description = { summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",