Skip to content

Commit

Permalink
moarvm.org has https now; always check https certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 27, 2017
1 parent cebd774 commit 9c2f2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/star/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 9c2f2b5

Please sign in to comment.