The Lua download site won't accept http: anymore

This commit is contained in:
nhmall
2024-03-08 12:30:59 -05:00
parent cfc3a7f2b6
commit 8f4137f9fc

View File

@@ -331,7 +331,7 @@ $(INCL)nhlua.h:
fetch-lua: []lib.dir [.lib]lua.dir
if f$$search("[.lib.lua]lua$(LUAVER).tgz").eqs."" then \
curl http://www.lua.org/ftp/lua-$(LUADOTVER).tar.gz \
curl --insecure https://www.lua.org/ftp/lua-$(LUADOTVER).tar.gz \
--output [.lib.lua]lua$(LUAVER).tgz
if f$$search("[.lib.lua]lua$(LUAVER).tgz").nes."" then \
gzip --force -d [.lib.lua]lua$(LUAVER).tgz