From 4e642d5c4216e448110d46a9755ac140577f2027 Mon Sep 17 00:00:00 2001 From: mah0x211 Date: Thu, 21 Dec 2023 13:50:43 +0900 Subject: [PATCH] Change the official Lua URL from www.lua.org to lua.org the file cannot be retrieved because the updated server certificate is not a wildcard certificate. --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 92191df..2ad21e3 100644 --- a/main.go +++ b/main.go @@ -31,8 +31,8 @@ var ( Name: "lua", RootDir: filepath.Join(LenvDir, "lua"), VersionFile: filepath.Join(LenvDir, "lua_vers.txt"), - ReleaseURL: "http://www.lua.org/ftp/", - DownloadURL: "http://www.lua.org/ftp/", + ReleaseURL: "http://lua.org/ftp/", + DownloadURL: "http://lua.org/ftp/", } LuaJitCfg = &TargetConfig{ Name: "luajit",