aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-08-25 12:07:57 -0500
committerpmichaud <pmichaud@pobox.com>2010-08-25 12:07:57 -0500
commit94aa073301c1d9f6a14edb94117370c60e75d94c (patch)
treed9510f2ecce2ec656ac79bf3f63f2c5980e6ce66 /Makefile
parent6ed29027255b032e1997d186e0621aaf265a4bfe (diff)
Complete removal of Config::INI from *+1 release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4aae8a0..85f7095 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
-PARROT_VER = 2.6.0
-RAKUDO_TAG = Star+0
+PARROT_VER = 2.7.0
+PARROT_REL = devel/$(PARROT_VER)
+RAKUDO_TAG = 2010.08
DISTDIR = rakudo-star-$(VERSION)
@@ -25,7 +26,6 @@ MODULES = \
git://github.com/moritz/Math-RungeKutta \
git://github.com/moritz/Math-Model \
git://github.com/mathw/form \
- git://github.com/tadzik/perl6-Config-INI \
git://github.com/tadzik/perl6-File-Find \
git://github.com/tadzik/perl6-Term-ANSIColor \
git://github.com/arnsholt/Algorithm-Viterbi \
@@ -57,7 +57,7 @@ $(DISTDIR): always
$(PARROT_DIR): $(PARROT_TGZ)
tar -C $(DISTDIR) -xvzf $(PARROT_TGZ)
$(PARROT).tar.gz:
- wget http://ftp.parrot.org/releases/supported/$(PARROT_VER)/$(PARROT_TGZ)
+ wget http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ)
$(RAKUDO_DIR):
git clone git://github.com/rakudo/rakudo.git $(RAKUDO_DIR)