From 0c770e200c779f07113febbb2769090521fd18e9 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 22 Nov 2024 17:06:49 -0600 Subject: Fix build name --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]]} local builds = {} for package_version, _, version, _, name, optimization, rel, flag, _, image in cartesian(package_versions, lua_versions, optimizations, debug, compilers) do - local buildname = "lua-compat-53-".. package_version .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image + local buildname = "lua-compat-53-".. package_version:gsub("[%W]","-") .. "-" .. version .. "-" .. name .. "-" .. rel .. "-" .. image builds[buildname] = { image = "image-luarocks-" .. version.. "-" .. image, requires = { -- cgit v1.2.3-55-g6feb