From 835d70d3b7dab06283f8f515a0cb6919936b9703 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 29 Apr 2016 14:16:30 +0300 Subject: [PATCH] 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. --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index 6a3c064..49cdde7 100755 --- a/hererocks.py +++ b/hererocks.py @@ -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 = [