From 0b2c0ff70841a6be38c3cd1a261a157dd2c049ff Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Fri, 20 Nov 2020 04:22:32 +0100 Subject: [PATCH] rakudo-star: Change description and add ZEF to bin (#1560) --- bucket/rakudo-star.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bucket/rakudo-star.json b/bucket/rakudo-star.json index 645ed63940..ba6242a9f9 100644 --- a/bucket/rakudo-star.json +++ b/bucket/rakudo-star.json @@ -1,7 +1,7 @@ { "version": "2020.05.1-01", - "description": "Raku compiler for the MoarVM and JVM", - "homepage": "https://rakudo.org", + "description": "The Rakudo Star Bundle contains the Rakudo Compiler, a collection of modules from the Raku ecosystem, and the language documentation.", + "homepage": "https://rakudo.org/star", "license": "Artistic-2.0", "architecture": { "64bit": { @@ -13,7 +13,8 @@ "bin": [ "bin\\perl6.exe", "bin\\raku.exe", - "bin\\rakudo.exe" + "bin\\rakudo.exe", + "share\\perl6\\site\\bin\\zef.bat" ], "checkver": { "url": "https://rakudo.org/downloads/star",