Skip to content

Commit

Permalink
new download URLs are rakudo.org/downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 26, 2012
1 parent c2d5e6b commit c2ee09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/star/Makefile
Expand Up @@ -9,10 +9,10 @@ STAR_TGZ = $(STAR_REL).tar.gz
SRC_DIR = src SRC_DIR = src


RAKUDO_TGZ = rakudo-$(RAKUDO_VER).tar.gz RAKUDO_TGZ = rakudo-$(RAKUDO_VER).tar.gz
RAKUDO_URL = https://github.com/downloads/rakudo/rakudo/$(RAKUDO_TGZ) RAKUDO_URL = http://rakudo.org/downloads/rakudo/$(RAKUDO_TGZ)
RAKUDO_SRC = $(SRC_DIR)/$(RAKUDO_TGZ) RAKUDO_SRC = $(SRC_DIR)/$(RAKUDO_TGZ)
NQP_TGZ = nqp-$(NQP_VER).tar.gz NQP_TGZ = nqp-$(NQP_VER).tar.gz
NQP_URL = https://github.com/downloads/perl6/nqp/$(NQP_TGZ) NQP_URL = http://rakudo.org/downloads/nqp/$(NQP_TGZ)
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ) NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
PARROT_TGZ = parrot-$(PARROT_VER).tar.gz PARROT_TGZ = parrot-$(PARROT_VER).tar.gz
PARROT_URL = http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ) PARROT_URL = http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ)
Expand Down

0 comments on commit c2ee09b

Please sign in to comment.