Skip to content

Commit 3e0de04

Browse files
chore: release v2.9.2 (#151)
1 parent c02b4e4 commit 3e0de04

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
package = "lua-resty-radixtree"
2+
version = "2.9.2-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-radixtree",
5+
branch = "v2.9.2",
6+
}
7+
8+
description = {
9+
summary = "Adaptive Radix Trees implemented in Lua for Nginx + Lua",
10+
homepage = "https://github.com/api7/lua-resty-radixtree",
11+
license = "Apache License 2.0",
12+
}
13+
14+
dependencies = {
15+
"lua-resty-ipmatcher",
16+
"lua-resty-expr = 1.3.0",
17+
}
18+
19+
20+
build = {
21+
type = "make",
22+
build_variables = {
23+
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
24+
LIBFLAG="$(LIBFLAG)",
25+
LUA_LIBDIR="$(LUA_LIBDIR)",
26+
LUA_BINDIR="$(LUA_BINDIR)",
27+
LUA_INCDIR="$(LUA_INCDIR)",
28+
LUA="$(LUA)",
29+
},
30+
install_variables = {
31+
INST_PREFIX="$(PREFIX)",
32+
INST_BINDIR="$(BINDIR)",
33+
INST_LIBDIR="$(LIBDIR)",
34+
INST_LUADIR="$(LUADIR)",
35+
INST_CONFDIR="$(CONFDIR)",
36+
},
37+
}

0 commit comments

Comments
 (0)