summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-22 17:06:49 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-22 17:06:49 -0600
commit0c770e200c779f07113febbb2769090521fd18e9 (patch)
tree81ef5bd98633fa1f3488e01073817c651e5bec3c
parente042338f757a3e5d53b7231eedcebf87af527e9d (diff)
downloadlua-compat-53-packaging-0c770e200c779f07113febbb2769090521fd18e9.tar.gz
lua-compat-53-packaging-0c770e200c779f07113febbb2769090521fd18e9.tar.bz2
lua-compat-53-packaging-0c770e200c779f07113febbb2769090521fd18e9.zip
Fix build name
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 726d044..4ef4204 100644
--- a/meta.lua
+++ b/meta.lua
@@ -25,7 +25,7 @@ local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]}
25 25
26local builds = {} 26local builds = {}
27for package_version, _, version, _, name, optimization, rel, flag, _, image in cartesian(package_versions, lua_versions, optimizations, debug, compilers) do 27for package_version, _, version, _, name, optimization, rel, flag, _, image in cartesian(package_versions, lua_versions, optimizations, debug, compilers) do
28 local buildname = "lua-compat-53-".. package_version .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image 28 local buildname = "lua-compat-53-".. package_version:gsub("[%W]","-") .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image
29 builds[buildname] = { 29 builds[buildname] = {
30 image = "image-luarocks-" .. version.. "-" .. image, 30 image = "image-luarocks-" .. version.. "-" .. image,
31 requires = { 31 requires = {