summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index d28266b..250ccb9 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,11 @@
1local compat_versions = { 1local compat_versions = {
2-- ["scm-1"] = true, 2 ["scm-1"] = true,
3 ["0.12-1"] = true 3 ["0.14.3-1"] = true,
4 ["0.14.2-1"] = true,
5 ["0.14.1-1"] = true,
6 ["0.14-1"] = true,
7 ["0.13-1"] = true,
8 ["0.12-1"] = true,
4} 9}
5local lua_versions = { 10local lua_versions = {
6 ["51"] = true, 11 ["51"] = true,