summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-06 17:11:33 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-06 17:11:33 -0600
commit5d05160504b4eba199012923a4e2d972d6051e61 (patch)
treeb5580d0fb7f4c0300e43eb3c43b33e15a42b5916
parent02e5a7395b2791ba1d4c20243ac8fe7ceb692d55 (diff)
downloadlua-compat-53-packaging-5d05160504b4eba199012923a4e2d972d6051e61.tar.gz
lua-compat-53-packaging-5d05160504b4eba199012923a4e2d972d6051e61.tar.bz2
lua-compat-53-packaging-5d05160504b4eba199012923a4e2d972d6051e61.zip
Add a bunch more versions
-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,