summaryrefslogtreecommitdiffstats
path: root/src/luajit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/luajit.mk')
-rw-r--r--src/luajit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luajit.mk b/src/luajit.mk
index b84cfa8..e79fd12 100644
--- a/src/luajit.mk
+++ b/src/luajit.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := luajit
-$(PKG)_WEBSITE := http://luajit.org/luajit.html
+$(PKG)_WEBSITE := https://luajit.org/luajit.html
$(PKG)_DESCR := LuaJIT
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.4
@@ -9,7 +9,7 @@ $(PKG)_ABIVER := 5.1
$(PKG)_CHECKSUM := 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d
$(PKG)_SUBDIR := LuaJIT-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
-$(PKG)_URL := http://luajit.org/download/$($(PKG)_FILE)
+$(PKG)_URL := https://luajit.org/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc dlfcn-win32
$(PKG)_DEPS_$(BUILD) :=