Skip to content

Commit

Permalink
feat: release v2.8.3 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingluo committed Jun 26, 2023
1 parent f0bdf74 commit 1d77004
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions rockspec/lua-resty-radixtree-2.8.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package = "lua-resty-radixtree"
version = "2.8.3-0"
source = {
url = "git://github.com/api7/lua-resty-radixtree",
branch = "v2.8.3",
}

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 1d77004

Please sign in to comment.