Skip to content

Commit

Permalink
feat: release v2.8.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Apr 27, 2021
1 parent 4090ccd commit b3754ad
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions rockspec/lua-resty-radixtree-2.8.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package = "lua-resty-radixtree-master"
version = "2.8.0-0"
source = {
url = "git://github.com/iresty/lua-resty-radixtree",
branch = "v2.8.0",
}

description = {
summary = "Adaptive Radix Trees implemented in Lua for Nginx + Lua",
homepage = "https://github.com/api7/lua-resty-radixtree",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}

dependencies = {
"lua-resty-ipmatcher",
"lua-resty-expr = 1.3.0",
}

build = {
type = "make",
build_variables = {
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}

2 changes: 1 addition & 1 deletion rockspec/lua-resty-radixtree-master-0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = {

dependencies = {
"lua-resty-ipmatcher",
"lua-resty-expr = 1.2.0",
"lua-resty-expr = 1.3.0",
}

build = {
Expand Down

0 comments on commit b3754ad

Please sign in to comment.