summaryrefslogtreecommitdiffstats
path: root/src/lua.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/lua.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/lua.mk')
-rw-r--r--src/lua.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua.mk b/src/lua.mk
index bbf92d8..377dec9 100644
--- a/src/lua.mk
+++ b/src/lua.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := lua
-$(PKG)_WEBSITE := http://www.lua.org/
+$(PKG)_WEBSITE := https://www.lua.org/
$(PKG)_DESCR := Lua
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5.3.3
@@ -11,12 +11,12 @@ $(PKG)_DLLVER := $(subst .,,$($(PKG)_SHORTVER))
$(PKG)_CHECKSUM := 5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2
$(PKG)_SUBDIR := lua-$($(PKG)_VERSION)
$(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE)
+$(PKG)_URL := https://www.lua.org/ftp/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
$(PKG)_DEPS_$(BUILD) :=
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.lua.org/download.html' | \
+ $(WGET) -q -O- 'https://www.lua.org/download.html' | \
$(SED) -n 's,.*lua-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef