From 9c2f2b51a9a078ea34d4cbeb7122196948d05d48 Mon Sep 17 00:00:00 2001 From: Timo Paulssen Date: Fri, 28 Jul 2017 01:18:22 +0200 Subject: moarvm.org has https now; always check https certificates --- tools/star/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/star') diff --git a/tools/star/Makefile b/tools/star/Makefile index b5959ab..3c5c575 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -18,12 +18,12 @@ NQP_TGZ = nqp-$(NQP_VER).tar.gz NQP_URL = https://rakudo.perl6.org/downloads/nqp/$(NQP_TGZ) NQP_SRC = $(SRC_DIR)/$(NQP_TGZ) MOAR_TGZ = MoarVM-$(MOAR_VER).tar.gz -MOAR_URL = http://www.moarvm.org/releases/$(MOAR_TGZ) +MOAR_URL = https://www.moarvm.org/releases/$(MOAR_TGZ) MOAR_SRC = $(SRC_DIR)/$(MOAR_TGZ) PERL = perl PREFIX = $(PERL) $(CURDIR)/tools/star/prefix.pl -WGET = wget --no-check-certificate +WGET = wget all: rakudo nqp moar manifest -- cgit v1.1