summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-22 17:32:13 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-22 17:32:13 -0600
commit5282a90383bec06b6c276c03c767de42d6a6b87d (patch)
tree06f630715dcced90062dbe49c77f780d36bfd7f3
parent0c770e200c779f07113febbb2769090521fd18e9 (diff)
downloadlua-compat-53-packaging-5282a90383bec06b6c276c03c767de42d6a6b87d.tar.gz
lua-compat-53-packaging-5282a90383bec06b6c276c03c767de42d6a6b87d.tar.bz2
lua-compat-53-packaging-5282a90383bec06b6c276c03c767de42d6a6b87d.zip
Fix 0.12 name
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 4ef4204..1b67b20 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,6 @@
1local package_versions = { 1local package_versions = {
2 ["scm-1"] = true, 2 ["scm-1"] = true,
3 ["0.12.1-1"] = true 3 ["0.12-1"] = true
4} 4}
5local lua_versions = { 5local lua_versions = {
6 ["51"] = true, 6 ["51"] = true,