Skip to content

Commit cd300fb

Browse files
authored
feat: release version 1.4.2 (#95)
1 parent fa59489 commit cd300fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
package = "lua-resty-etcd"
2+
version = "1.4.2-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-etcd",
5+
tag = "v1.4.2"
6+
}
7+
8+
description = {
9+
summary = "Nonblocking Lua etcd driver library for OpenResty",
10+
homepage = "https://github.com/api7/lua-resty-etcd",
11+
license = "Apache License 2.0",
12+
maintainer = "Yuansheng Wang <[email protected]>"
13+
}
14+
15+
dependencies = {
16+
"lua-resty-http = 0.15",
17+
"lua-typeof = 0.1"
18+
}
19+
20+
build = {
21+
type = "builtin",
22+
modules = {
23+
["resty.etcd"] = "lib/resty/etcd.lua",
24+
["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
25+
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
26+
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
27+
["resty.etcd.serializers.json"] = "lib/resty/etcd/serializers/json.lua",
28+
["resty.etcd.serializers.raw"] = "lib/resty/etcd/serializers/raw.lua",
29+
}
30+
}

0 commit comments

Comments
 (0)