aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile12
-rw-r--r--tools/star/release-guide.pod1
3 files changed, 8 insertions, 7 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index fcc6987..7c169c1 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -4,7 +4,7 @@
PARROT_DIR = parrot
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2012.11
+STAR_VERSION = 2012.12
PARROT_ARGS =
diff --git a/tools/star/Makefile b/tools/star/Makefile
index cfaf1ed..16a58d7 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,7 @@
-RAKUDO_VER = 2012.11
-NQP_VER = 2012.11
-PARROT_VER = 4.6.0
-PARROT_REL = supported/$(PARROT_VER)
+RAKUDO_VER = 2012.12
+NQP_VER = 2012.12
+PARROT_VER = 4.10.0
+PARROT_REL = devel/$(PARROT_VER)
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz
@@ -9,10 +9,10 @@ STAR_TGZ = $(STAR_REL).tar.gz
SRC_DIR = src
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)
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)
PARROT_TGZ = parrot-$(PARROT_VER).tar.gz
PARROT_URL = http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ)
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 2aac0c3..cb57e39 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -174,6 +174,7 @@ You're done! Celebrate with the appropriate amount of fun.
2012.09 pmichaud
2012.10 jnthn
2012.11 moritz
+ 2012.12 moritz
=cut