diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 16:02:17 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 16:02:17 +0930 |
commit | c0b473a8e974407dc308ce0fd0058136b9faa90c (patch) | |
tree | 519eb6e070779dd9cd3877c2f31cb53251fde50e /lua-cjson-1.0.1-1.rockspec | |
parent | ccd65d7b468f7052eed10aa652a38d3962bf2a61 (diff) | |
download | lua-cjson-c0b473a8e974407dc308ce0fd0058136b9faa90c.tar.gz lua-cjson-c0b473a8e974407dc308ce0fd0058136b9faa90c.tar.bz2 lua-cjson-c0b473a8e974407dc308ce0fd0058136b9faa90c.zip |
Use .zip format with LuaRocks
Windows has poor support for "tar.gz", but all platforms support "zip".
Diffstat (limited to '')
-rw-r--r-- | lua-cjson-1.0.1-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson-1.0.1-1.rockspec b/lua-cjson-1.0.1-1.rockspec index aa89fd3..ea9b82a 100644 --- a/lua-cjson-1.0.1-1.rockspec +++ b/lua-cjson-1.0.1-1.rockspec | |||
@@ -2,7 +2,7 @@ package = "lua-cjson" | |||
2 | version = "1.0.1-1" | 2 | version = "1.0.1-1" |
3 | 3 | ||
4 | source = { | 4 | source = { |
5 | url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.1.tar.gz", | 5 | url = "http://www.kyne.com.au/~mark/software/lua-cjson-1.0.1.zip", |
6 | } | 6 | } |
7 | 7 | ||
8 | description = { | 8 | description = { |