Switch back to HTTP for Lua downloads
Https causes an error on a "real" Windows installation, but not on Appveyor. Could be an issue with Python, Windows or https implementation on www.lua.org. Safer to revert to http for now.
This commit is contained in:
parent
d13e49b0cf
commit
835d70d3b7
@ -673,7 +673,7 @@ class Patch(object):
|
|||||||
class RioLua(Lua):
|
class RioLua(Lua):
|
||||||
name = "lua"
|
name = "lua"
|
||||||
title = "Lua"
|
title = "Lua"
|
||||||
downloads = "https://www.lua.org/ftp"
|
downloads = "http://www.lua.org/ftp"
|
||||||
win32_zip = False
|
win32_zip = False
|
||||||
default_repo = "https://github.com/lua/lua"
|
default_repo = "https://github.com/lua/lua"
|
||||||
versions = [
|
versions = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user