We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebd774 commit 9c2f2b5Copy full SHA for 9c2f2b5
tools/star/Makefile
@@ -18,12 +18,12 @@ NQP_TGZ = nqp-$(NQP_VER).tar.gz
18
NQP_URL = https://rakudo.perl6.org/downloads/nqp/$(NQP_TGZ)
19
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
20
MOAR_TGZ = MoarVM-$(MOAR_VER).tar.gz
21
-MOAR_URL = http://www.moarvm.org/releases/$(MOAR_TGZ)
+MOAR_URL = https://www.moarvm.org/releases/$(MOAR_TGZ)
22
MOAR_SRC = $(SRC_DIR)/$(MOAR_TGZ)
23
24
PERL = perl
25
PREFIX = $(PERL) $(CURDIR)/tools/star/prefix.pl
26
-WGET = wget --no-check-certificate
+WGET = wget
27
28
all: rakudo nqp moar manifest
29
0 commit comments