diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-14 12:06:03 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-14 12:06:03 -0500 |
commit | 80c15cc8c2bc86f814acbd62e684680e40c1e27e (patch) | |
tree | b5fd15968a74d17f28dedc76190906814a8a11ca | |
parent | dc7f8b2f8c9fc3ad9a22a14038cfe72437f4ffd6 (diff) | |
download | luafilesystem-packaging-80c15cc8c2bc86f814acbd62e684680e40c1e27e.tar.gz luafilesystem-packaging-80c15cc8c2bc86f814acbd62e684680e40c1e27e.tar.bz2 luafilesystem-packaging-80c15cc8c2bc86f814acbd62e684680e40c1e27e.zip |
Minor change
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ for version, link, name, optimization, rel, flag, _, image in cartesian(lua_vers | |||
30 | requires = { | 30 | requires = { |
31 | {"git", "luafilesystem"}, | 31 | {"git", "luafilesystem"}, |
32 | {"cicd","image-luarocks-" .. version .. "-" .. image}, | 32 | {"cicd","image-luarocks-" .. version .. "-" .. image}, |
33 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"} | 33 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, |
34 | }, | 34 | }, |
35 | produces = { | 35 | produces = { |
36 | "luafilesystem-scm-1.mingw32-x86_64.rock" | 36 | "luafilesystem-scm-1.mingw32-x86_64.rock" |