aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 20:10:52 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 20:10:52 +0100
commitebeecae4d53c410a46eb98aa76a0dc653d33aed1 (patch)
treee67cb7b0eff073090f739025bd284c632c0adfef /tools/star/Makefile
parent6e361ed3ac8942e9e26fae1fcf5b69257dbfaf4c (diff)
Update NQP to load from personal dist server
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 3bc3214..6415344 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -15,7 +15,7 @@ RAKUDO_TGZ = rakudo-$(RAKUDO_VER).tar.gz
RAKUDO_URL = https://rakudo.perl6.org/downloads/rakudo/$(RAKUDO_TGZ)
RAKUDO_SRC = $(SRC_DIR)/$(RAKUDO_TGZ)
NQP_TGZ = nqp-$(NQP_VER).tar.gz
-NQP_URL = https://rakudo.perl6.org/downloads/nqp/$(NQP_TGZ)
+NQP_URL = https://dist.tyil.nl/raku/nqp/$(NQP_TGZ)
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
MOAR_TGZ = MoarVM-$(MOAR_VER).tar.gz
MOAR_URL = https://www.moarvm.org/releases/$(MOAR_TGZ)