diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 17:32:13 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-22 17:32:13 -0600 |
commit | 5282a90383bec06b6c276c03c767de42d6a6b87d (patch) | |
tree | 06f630715dcced90062dbe49c77f780d36bfd7f3 | |
parent | 0c770e200c779f07113febbb2769090521fd18e9 (diff) | |
download | lua-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | local package_versions = { | 1 | local package_versions = { |
2 | ["scm-1"] = true, | 2 | ["scm-1"] = true, |
3 | ["0.12.1-1"] = true | 3 | ["0.12-1"] = true |
4 | } | 4 | } |
5 | local lua_versions = { | 5 | local lua_versions = { |
6 | ["51"] = true, | 6 | ["51"] = true, |