Skip to content

Commit cf7a500

Browse files
committed
luarocks: release new version 1.6.
1 parent 9d1663d commit cf7a500

7 files changed

+3
-199
lines changed

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

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

Lines changed: 0 additions & 32 deletions
This file was deleted.

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

Lines changed: 0 additions & 36 deletions
This file was deleted.

rockspec/lua-resty-radixtree-0.8-0.rockspec renamed to rockspec/lua-resty-radixtree-1.6-0.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-radixtree"
2-
version = "0.8-0"
2+
version = "1.6-0"
33
source = {
44
url = "git://github.com/iresty/lua-resty-radixtree",
5-
tag = "v0.8",
5+
tag = "v1.6",
66
}
77

88
description = {
@@ -19,7 +19,7 @@ dependencies = {
1919
build = {
2020
type = "make",
2121
build_variables = {
22-
CFLAGS="$(CFLAGS) -std=c99 -g",
22+
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
2323
LIBFLAG="$(LIBFLAG)",
2424
LUA_LIBDIR="$(LUA_LIBDIR)",
2525
LUA_BINDIR="$(LUA_BINDIR)",

0 commit comments

Comments
 (0)