Skip to content

Commit 0a92d02

Browse files
authored
release new version 2.4 and store the luarocks file of version 2.3 (#72)
* luarocks: store version 2.3 luarocks file. * release new version 2.4
1 parent df33a9c commit 0a92d02

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
package = "lua-resty-radixtree"
2+
version = "2.3-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-radixtree",
5+
tag = "v2.3",
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+
}
18+
19+
build = {
20+
type = "make",
21+
build_variables = {
22+
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
23+
LIBFLAG="$(LIBFLAG)",
24+
LUA_LIBDIR="$(LUA_LIBDIR)",
25+
LUA_BINDIR="$(LUA_BINDIR)",
26+
LUA_INCDIR="$(LUA_INCDIR)",
27+
LUA="$(LUA)",
28+
},
29+
install_variables = {
30+
INST_PREFIX="$(PREFIX)",
31+
INST_BINDIR="$(BINDIR)",
32+
INST_LIBDIR="$(LIBDIR)",
33+
INST_LUADIR="$(LUADIR)",
34+
INST_CONFDIR="$(CONFDIR)",
35+
},
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
package = "lua-resty-radixtree"
2+
version = "2.4-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-radixtree",
5+
tag = "v2.4",
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+
}
18+
19+
build = {
20+
type = "make",
21+
build_variables = {
22+
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
23+
LIBFLAG="$(LIBFLAG)",
24+
LUA_LIBDIR="$(LUA_LIBDIR)",
25+
LUA_BINDIR="$(LUA_BINDIR)",
26+
LUA_INCDIR="$(LUA_INCDIR)",
27+
LUA="$(LUA)",
28+
},
29+
install_variables = {
30+
INST_PREFIX="$(PREFIX)",
31+
INST_BINDIR="$(BINDIR)",
32+
INST_LIBDIR="$(LIBDIR)",
33+
INST_LUADIR="$(LUADIR)",
34+
INST_CONFDIR="$(CONFDIR)",
35+
},
36+
}

0 commit comments

Comments
 (0)