aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-12-05 15:11:48 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-12-05 15:11:48 +0100
commit5939f06f4dc29cd3c39b625c00dfa8fd5d1374d8 (patch)
tree25a711df351f9e9730ee4f4d3ac1133ea46a6983
parent7ddedb42b8dd97c5e4f97f74d0787f48b3580dda (diff)
Update the source URLs in the Makefile to use upstream
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index dff0044..3744e21 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -17,7 +17,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://dist.tyil.nl/raku/nqp/$(NQP_TGZ)
+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 = https://www.moarvm.org/releases/$(MOAR_TGZ)