Skip to content

Commit 9c2f2b5

Browse files
committed
moarvm.org has https now; always check https certificates
1 parent cebd774 commit 9c2f2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/star/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ NQP_TGZ = nqp-$(NQP_VER).tar.gz
1818
NQP_URL = https://rakudo.perl6.org/downloads/nqp/$(NQP_TGZ)
1919
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
2020
MOAR_TGZ = MoarVM-$(MOAR_VER).tar.gz
21-
MOAR_URL = http://www.moarvm.org/releases/$(MOAR_TGZ)
21+
MOAR_URL = https://www.moarvm.org/releases/$(MOAR_TGZ)
2222
MOAR_SRC = $(SRC_DIR)/$(MOAR_TGZ)
2323

2424
PERL = perl
2525
PREFIX = $(PERL) $(CURDIR)/tools/star/prefix.pl
26-
WGET = wget --no-check-certificate
26+
WGET = wget
2727

2828
all: rakudo nqp moar manifest
2929

0 commit comments

Comments
 (0)