Skip to content

Commit

Permalink
chore: release v1.10.6 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen committed Apr 7, 2024
1 parent 5f883c0 commit e669512
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions rockspec/lua-resty-etcd-1.10.6-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package = "lua-resty-etcd-master"
version = "1.10.6-0"
source = {
url = "git://github.com/api7/lua-resty-etcd",
branch = "v1.10.6",
}

description = {
summary = "Nonblocking Lua etcd driver library for OpenResty",
homepage = "https://github.com/api7/lua-resty-etcd",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}

dependencies = {
"api7-lua-resty-http = 0.2.2-0",
"lua-protobuf = 0.4.1",
"luafilesystem = 1.7.0-2",
"penlight = 1.9.2-1",
"lua-typeof = 0.1"
}

build = {
type = "builtin",
modules = {
["resty.etcd"] = "lib/resty/etcd.lua",
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
["resty.etcd.proto"] = "lib/resty/etcd/proto.lua",
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
["resty.etcd.serializers.json"] = "lib/resty/etcd/serializers/json.lua",
["resty.etcd.serializers.raw"] = "lib/resty/etcd/serializers/raw.lua",
["resty.etcd.health_check"] = "lib/resty/etcd/health_check.lua",
}
}

0 comments on commit e669512

Please sign in to comment.