diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-27 17:58:32 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-27 17:58:32 +0100 |
commit | 8d097de830d8daf1411cc54ba267f21ecfc3204d (patch) | |
tree | 2b5c2ba1268f7f9ecdde09c96dd9c311c2338e58 /lanes-3.13.0-0.rockspec | |
parent | 3aed735e5523af04ff24fd73c4b38944d3ab283d (diff) | |
download | lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.gz lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.tar.bz2 lanes-8d097de830d8daf1411cc54ba267f21ecfc3204d.zip |
Lua 5.4 support
Diffstat (limited to 'lanes-3.13.0-0.rockspec')
-rw-r--r-- | lanes-3.13.0-0.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lanes-3.13.0-0.rockspec b/lanes-3.13.0-0.rockspec index fca228a..dec529e 100644 --- a/lanes-3.13.0-0.rockspec +++ b/lanes-3.13.0-0.rockspec | |||
@@ -36,7 +36,7 @@ supported_platforms= { "win32", | |||
36 | } | 36 | } |
37 | 37 | ||
38 | dependencies= { | 38 | dependencies= { |
39 | "lua >= 5.1", -- builds with either 5.1, 5.2 and 5.3 | 39 | "lua >= 5.1", -- builds with either 5.1, 5.2, 5.3 and 5.4 |
40 | } | 40 | } |
41 | 41 | ||
42 | build = { | 42 | build = { |