diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-06 17:11:33 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-06 17:11:33 -0600 |
commit | 5d05160504b4eba199012923a4e2d972d6051e61 (patch) | |
tree | b5580d0fb7f4c0300e43eb3c43b33e15a42b5916 | |
parent | 02e5a7395b2791ba1d4c20243ac8fe7ceb692d55 (diff) | |
download | lua-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.lua | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ | |||
1 | local compat_versions = { | 1 | local 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 | } |
5 | local lua_versions = { | 10 | local lua_versions = { |
6 | ["51"] = true, | 11 | ["51"] = true, |