aboutsummaryrefslogtreecommitdiff
path: root/lanes-3.13.0-0.rockspec
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-27 17:58:32 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-27 17:58:32 +0100
commit8d097de830d8daf1411cc54ba267f21ecfc3204d (patch)
tree2b5c2ba1268f7f9ecdde09c96dd9c311c2338e58 /lanes-3.13.0-0.rockspec
parent3aed735e5523af04ff24fd73c4b38944d3ab283d (diff)
downloadlanes-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.rockspec2
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
38dependencies= { 38dependencies= {
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
42build = { 42build = {