aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-27 12:37:59 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-27 12:37:59 -0500
commit5b1bef8221d93e85260bfd394625ebd3d3202ae4 (patch)
tree7f60c302d7e2d5ded2a6378b426ceb24534e1669
parent213a0e2dccb9da67cbff5832fed331650aa8846b (diff)
downloadluarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.tar.gz
luarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.tar.bz2
luarocks-packaging-5b1bef8221d93e85260bfd394625ebd3d3202ae4.zip
Enable all versions
-rw-r--r--meta.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 701e0de..dd3ad09 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,5 +1,4 @@
1local lua_versions = { 1local lua_versions = {
2 --[[
3 ["51"] = { 2 ["51"] = {
4 link = "https://www.lua.org/ftp/lua-5.1.5.tar.gz", 3 link = "https://www.lua.org/ftp/lua-5.1.5.tar.gz",
5 slib = "liblua.a", 4 slib = "liblua.a",
@@ -24,7 +23,6 @@ local lua_versions = {
24 bin = "lua.exe", 23 bin = "lua.exe",
25 dlib = "lua54.dll" 24 dlib = "lua54.dll"
26 }, 25 },
27 ]]
28 ["jit"] = { 26 ["jit"] = {
29 slib = "libluajit.a", 27 slib = "libluajit.a",
30 bin = "luajit.exe", 28 bin = "luajit.exe",