summaryrefslogtreecommitdiffstats
path: root/src/ocaml-native.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/ocaml-native.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/ocaml-native.mk')
-rw-r--r--src/ocaml-native.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk
index b2993db..b8744ed 100644
--- a/src/ocaml-native.mk
+++ b/src/ocaml-native.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := ocaml-native
-$(PKG)_WEBSITE := http://caml.inria.fr/
+$(PKG)_WEBSITE := https://caml.inria.fr/
$(PKG)_DESCR := ocaml
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.00.1
$(PKG)_CHECKSUM := b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a
$(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
$(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
+$(PKG)_URL := https://caml.inria.fr/pub/distrib/ocaml-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://caml.inria.fr/download.en.html' | \
+ $(WGET) -q -O- 'https://caml.inria.fr/download.en.html' | \
$(SED) -n 's,.*ocaml-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef