mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
rakudo-star: Change description and add ZEF to bin (#1560)
This commit is contained in:
parent
1cdbf94c64
commit
0b2c0ff708
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "2020.05.1-01",
|
"version": "2020.05.1-01",
|
||||||
"description": "Raku compiler for the MoarVM and JVM",
|
"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",
|
"homepage": "https://rakudo.org/star",
|
||||||
"license": "Artistic-2.0",
|
"license": "Artistic-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -13,7 +13,8 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
"bin\\perl6.exe",
|
"bin\\perl6.exe",
|
||||||
"bin\\raku.exe",
|
"bin\\raku.exe",
|
||||||
"bin\\rakudo.exe"
|
"bin\\rakudo.exe",
|
||||||
|
"share\\perl6\\site\\bin\\zef.bat"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://rakudo.org/downloads/star",
|
"url": "https://rakudo.org/downloads/star",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user