summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2026-02-16 20:15:56 -0600
committerAlexander M Pickering <alex@cogarr.net>2026-02-16 20:15:56 -0600
commitc19c3e38cb963bd7869616f3fc89f3ae13cad600 (patch)
tree6c17bc7e0cf5d2fa2b3470f26df4193c3b89a309
parentf5af62214022da29708ad2b14f1a968d9256e959 (diff)
downloadluasocket-packaging-master.tar.gz
luasocket-packaging-master.tar.bz2
luasocket-packaging-master.zip
Fix spellingHEADmaster
-rw-r--r--meta.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.lua b/meta.lua
index 8d35837..9918ad0 100644
--- a/meta.lua
+++ b/meta.lua
@@ -32,7 +32,7 @@ local compilers = {
32local builds = {} 32local builds = {}
33 33
34for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do 34for version, _, name, optimization, rel, flag, _, image in cartesian(lua_versions, optimizations, debug, compilers) do
35 local buildname = "lusocket-" .. version .. "-" .. image 35 local buildname = "luasocket-" .. version .. "-" .. image
36 builds[buildname] = { 36 builds[buildname] = {
37 image = "image-luarocks-" .. version .. "-" .. image, 37 image = "image-luarocks-" .. version .. "-" .. image,
38 requires = { 38 requires = {
@@ -41,7 +41,7 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version
41 {"cicd", "lua" .. table.concat({version, name, rel, image}, "-") .. ":lua" .. version .. ".dll"}, 41 {"cicd", "lua" .. table.concat({version, name, rel, image}, "-") .. ":lua" .. version .. ".dll"},
42 }, 42 },
43 produces = { 43 produces = {
44 ["lusocket-3.1.0-1.mingw32-x86_64.rock"] = {"luarocks.sh", "luasocket", image, version, name, rel}, 44 ["luasocket-3.1.0-1.mingw32-x86_64.rock"] = {"luarocks.sh", "luasocket", image, version, name, rel},
45 }, 45 },
46 env = { 46 env = {
47 CFLAGS = optimization .. " " .. flag, 47 CFLAGS = optimization .. " " .. flag,