summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index ae8ca8c..74e5808 100644
--- a/meta.lua
+++ b/meta.lua
@@ -4,7 +4,8 @@ local compat_versions = {
4 ["0.14.2-1"] = "v0.14.2", 4 ["0.14.2-1"] = "v0.14.2",
5 ["0.14.1-1"] = "v0.14.1", 5 ["0.14.1-1"] = "v0.14.1",
6} 6}
7for i = 1,14 do 7-- Version 1 doesn't build for lua 54, and versions 9 and 10 dont have rockspecs.
8for i = 2,14 do
8 if i ~= 9 and i ~= 10 then 9 if i ~= 9 and i ~= 10 then
9 compat_versions["0." .. i .. "-1"] = "v0." .. i 10 compat_versions["0." .. i .. "-1"] = "v0." .. i
10 end 11 end