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):
|
||||
name = "lua"
|
||||
title = "Lua"
|
||||
downloads = "https://www.lua.org/ftp"
|
||||
downloads = "http://www.lua.org/ftp"
|
||||
win32_zip = False
|
||||
default_repo = "https://github.com/lua/lua"
|
||||
versions = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user