summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/make-w32-bin.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 /plugins/examples/host-toolchain/make-w32-bin.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'plugins/examples/host-toolchain/make-w32-bin.mk')
-rw-r--r--plugins/examples/host-toolchain/make-w32-bin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/examples/host-toolchain/make-w32-bin.mk b/plugins/examples/host-toolchain/make-w32-bin.mk
index bd91eff..e00bfc0 100644
--- a/plugins/examples/host-toolchain/make-w32-bin.mk
+++ b/plugins/examples/host-toolchain/make-w32-bin.mk
@@ -6,11 +6,11 @@ $(PKG)_VERSION := 4.2
$(PKG)_CHECKSUM := 6cab11301e601996ab0cb7b3b903e5a55d5bd795614946cf6bd025cd61c710c6
$(PKG)_SUBDIR := .
$(PKG)_FILE := make-$($(PKG)_VERSION)-without-guile-w32-bin.zip
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/ezwinports/$($(PKG)_FILE)
+$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/ezwinports/$($(PKG)_FILE)
$(PKG)_DEPS :=
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://sourceforge.net/projects/ezwinports/files/' | \
+ $(WGET) -q -O- 'https://sourceforge.net/projects/ezwinports/files/' | \
$(SED) -n 's,.*/make-\([0-9.]*\)-without-guile.*,\1,p' | \
head -1
endef