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:
Peter Melnichenko 2016-04-29 14:16:30 +03:00
parent d13e49b0cf
commit 835d70d3b7

View File

@ -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 = [