aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson-1.0.4-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua-cjson-1.0.4-1.rockspec (renamed from lua-cjson-1.0.3-1.rockspec)6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua-cjson-1.0.3-1.rockspec b/lua-cjson-1.0.4-1.rockspec
index 28514e1..b08032b 100644
--- a/lua-cjson-1.0.3-1.rockspec
+++ b/lua-cjson-1.0.4-1.rockspec
@@ -1,8 +1,8 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "1.0.3-1" 2version = "1.0.4-1"
3 3
4source = { 4source = {
5 url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.3.zip", 5 url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.4.zip",
6} 6}
7 7
8description = { 8description = {
@@ -30,7 +30,7 @@ build = {
30-- thread-safety isn't required. 30-- thread-safety isn't required.
31-- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required 31-- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required
32-- on some Solaris platforms. 32-- on some Solaris platforms.
33 defines = { "VERSION=\"1.0.3\"", "USE_POSIX_SETLOCALE" } 33 defines = { "VERSION=\"1.0.4\"", "USE_POSIX_SETLOCALE" }
34 } 34 }
35 }, 35 },
36 copy_directories = { "tests" } 36 copy_directories = { "tests" }