diff options
Diffstat (limited to '')
-rw-r--r-- | lua-cjson-1.0.3-1.rockspec (renamed from lua-cjson-1.0.2-1.rockspec) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua-cjson-1.0.2-1.rockspec b/lua-cjson-1.0.3-1.rockspec index e20132e..1550ae9 100644 --- a/lua-cjson-1.0.2-1.rockspec +++ b/lua-cjson-1.0.3-1.rockspec | |||
@@ -1,8 +1,8 @@ | |||
1 | package = "lua-cjson" | 1 | package = "lua-cjson" |
2 | version = "1.0.2-1" | 2 | version = "1.0.3-1" |
3 | 3 | ||
4 | source = { | 4 | source = { |
5 | url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.2.zip", | 5 | url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.3.zip", |
6 | } | 6 | } |
7 | 7 | ||
8 | description = { | 8 | description = { |
@@ -24,7 +24,7 @@ build = { | |||
24 | modules = { | 24 | modules = { |
25 | cjson = { | 25 | cjson = { |
26 | sources = { "lua_cjson.c", "strbuf.c" }, | 26 | sources = { "lua_cjson.c", "strbuf.c" }, |
27 | defines = { "VERSION=\"1.0.2\"" } | 27 | defines = { "VERSION=\"1.0.3\"" } |
28 | } | 28 | } |
29 | }, | 29 | }, |
30 | copy_directories = { "tests" } | 30 | copy_directories = { "tests" } |