Skip to content

Commit

Permalink
feat: release v2.9.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingluo committed Jun 28, 2023
1 parent 1d77004 commit e14cbed
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions rockspec/lua-resty-radixtree-2.9.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package = "lua-resty-radixtree"
version = "2.9.0-0"
source = {
url = "git://github.com/api7/lua-resty-radixtree",
branch = "v2.9.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",
}

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)",
},
}

0 comments on commit e14cbed

Please sign in to comment.