From f4139453df66f9f7d203474af9469277591733c1 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sun, 20 Mar 2016 20:15:38 +0300 Subject: [PATCH] Use HTTPS when fetching Lua --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index 0190cd8..da2a72b 100755 --- a/hererocks.py +++ b/hererocks.py @@ -446,7 +446,7 @@ class Lua(Program): class RioLua(Lua): name = "lua" title = "Lua" - downloads = "http://www.lua.org/ftp" + downloads = "https://www.lua.org/ftp" win32_zip = False default_repo = "https://github.com/lua/lua" versions = [