aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-04-23 18:14:10 +0100
committerSteve Mynott <steve.mynott@gmail.com>2017-04-23 18:14:10 +0100
commita0b4754ec70f74f6a0026910b644a582c5172f98 (patch)
treef8d406d266f746ecb047d529b6044ff735a1f56f
parentd45c907fb842954d7025b6733955c398507d615c (diff)
versions of nqp/MoarVM for 2017.04.3
-rw-r--r--tools/star/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 24a3431..dfb0cc7 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,9 @@
RAKUDO_VER = 2017.04.3
-NQP_VER = 2017.04
-MOAR_VER = 2017.04
+# XXX Work around
+# note neither of the following two tarballs exist on the FTP site(s)
+# manually create under src/
+NQP_VER = 2017.04-24-g87501f7b
+MOAR_VER = 2017.04-44-gf0db8822
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz