From c0ab4d865f27dfcd45903fdf02ac79db020a252e Mon Sep 17 00:00:00 2001 From: Naoum Hankache Date: Sat, 9 Mar 2019 21:29:26 +0200 Subject: Added License-SPDX module --- tools/star/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/star') diff --git a/tools/star/Makefile b/tools/star/Makefile index 20b9d24..f47d39a 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -2,9 +2,9 @@ # eg. 2017.07 etc. # Occasionally (mis-)used to pull in fixes (see 'lastmin-fixes.txt') # eg. 2017.07-9-gc0abee7 etc. -RAKUDO_VER = 2018.10 -NQP_VER = 2018.10 -MOAR_VER = 2018.10 +RAKUDO_VER = 2019.03 +NQP_VER = 2019.03 +MOAR_VER = 2019.03 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1 From 25be804887f41bbad6e249458bbc179055529bcb Mon Sep 17 00:00:00 2001 From: Naoum Hankache Date: Sun, 10 Mar 2019 00:08:10 +0200 Subject: Update MANIFEST.exclude README.md is being excluded from everywhere. It is causing problems with Pod::Load that has "README.md" in its "resources" section: https://github.com/JJ/p6-pod-load/blob/master/META6.json --- tools/star/MANIFEST.exclude | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/star') diff --git a/tools/star/MANIFEST.exclude b/tools/star/MANIFEST.exclude index 6a090c7..eb4c25e 100644 --- a/tools/star/MANIFEST.exclude +++ b/tools/star/MANIFEST.exclude @@ -1,2 +1 @@ -README.md tools/star/ -- cgit v1.1