summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 1017675..83b9909 100644
--- a/meta.lua
+++ b/meta.lua
@@ -2,7 +2,7 @@ return {
2 ["image-wix"] = { 2 ["image-wix"] = {
3 requires = { 3 requires = {
4 {"git", "wix#main"}, 4 {"git", "wix#main"},
5 {"git", "wix-on-linux"}, 5 {"git", "wix-on-linux#main"},
6 {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, 6 {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"},
7 }, 7 },
8 produces = {}, 8 produces = {},