aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2017-02-17 21:42:42 +0100
committerMoritz Lenz <moritz@faui2k3.org>2017-02-17 21:42:42 +0100
commitb3226803ac0b5d5b421d1ef269de6d6bc588f873 (patch)
treee7c50c550c564cdcaf2c8b9d06e8b86944452feb /tools/star/Makefile
parente0a5125286a928b2c7e0ff273bb652a8218cf645 (diff)
Update download URLs
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 40eb141..a38d75d 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -8,10 +8,10 @@ STAR_TGZ = $(STAR_REL).tar.gz
SRC_DIR = src
RAKUDO_TGZ = rakudo-$(RAKUDO_VER).tar.gz
-RAKUDO_URL = http://rakudo.org/downloads/rakudo/$(RAKUDO_TGZ)
+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 = http://rakudo.org/downloads/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 = http://www.moarvm.org/releases/$(MOAR_TGZ)