diff options
-rw-r--r-- | meta.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ for version, _, name, optimization, rel, flag, _, image in cartesian(lua_version | |||
28 | {"git", "luaossl"}, | 28 | {"git", "luaossl"}, |
29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, | 29 | {"cicd","image-luarocks-" .. version .. "-" .. image}, |
30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, | 30 | {"cicd","lua" .. version .. "-" .. name .. "-" .. rel .. "-" .. image .. ":lua" .. version .. ".dll"}, |
31 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, | 31 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":include.tar.gz"}, |
32 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, | 32 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libcrypto.a"}, |
33 | {"cicd","libressl-" .. optimization .. "-" .. rel .. "-" .. image .. ":libssl.a"}, | 33 | {"cicd","libressl-" .. name .. "-" .. rel .. "-" .. image .. ":libssl.a"}, |
34 | }, | 34 | }, |
35 | produces = { | 35 | produces = { |
36 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, | 36 | ["luaossl-git.mingw32-x86_64.rock"] = {"luarocks.sh", "luaossl", image, version, name, rel}, |