Skip to content

Commit b3754ad

Browse files
authored
feat: release v2.8.0 (#97)
1 parent 4090ccd commit b3754ad

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
package = "lua-resty-radixtree-master"
2+
version = "2.8.0-0"
3+
source = {
4+
url = "git://github.com/iresty/lua-resty-radixtree",
5+
branch = "v2.8.0",
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+
maintainer = "Yuansheng Wang <[email protected]>"
13+
}
14+
15+
dependencies = {
16+
"lua-resty-ipmatcher",
17+
"lua-resty-expr = 1.3.0",
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+
}
38+

rockspec/lua-resty-radixtree-master-0-0.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = {
1414

1515
dependencies = {
1616
"lua-resty-ipmatcher",
17-
"lua-resty-expr = 1.2.0",
17+
"lua-resty-expr = 1.3.0",
1818
}
1919

2020
build = {

0 commit comments

Comments
 (0)