aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
authorTimo Paulssen <timonator@perpetuum-immobile.de>2017-07-28 01:18:22 +0200
committerTimo Paulssen <timonator@perpetuum-immobile.de>2017-07-28 01:18:22 +0200
commit9c2f2b51a9a078ea34d4cbeb7122196948d05d48 (patch)
tree39256bdf2b0361a4cb1d2139ae74e36579769452 /tools/star
parentcebd7745d97fc86e97edacaf3bc7a098efa16860 (diff)
moarvm.org has https now; always check https certificates
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/Makefile4
1 files changed, 2 insertions, 2 deletions
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