From 8f4137f9fcd61dd089148d00e0552958fa28a5d6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 8 Mar 2024 12:30:59 -0500 Subject: [PATCH] The Lua download site won't accept http: anymore --- sys/vms/Makefile_top.vms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vms/Makefile_top.vms b/sys/vms/Makefile_top.vms index 802c6e2fb..7b2478976 100644 --- a/sys/vms/Makefile_top.vms +++ b/sys/vms/Makefile_top.vms @@ -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