{ "version": "2022.02-01", "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": { "url": "https://rakudo.org/dl/star/rakudo-star-2022.02-01-win-x86_64-msvc.msi", "hash": "90d41d594c8b3fda86a105a1113c5f5d078ac9369ce5dd6d9adaeeafdab6cb9d" } }, "extract_dir": "rakudo", "bin": [ "bin\\perl6.exe", "bin\\raku.exe", "bin\\rakudo.exe", "share\\perl6\\site\\bin\\zef.bat" ], "checkver": { "url": "https://rakudo.org/downloads/star", "regex": "rakudo-star-([\\d.-]+)-win-x86_64-(?\\w+)\\.msi" }, "autoupdate": { "architecture": { "64bit": { "url": "https://rakudo.org/dl/star/rakudo-star-$version-win-x86_64-$matchCompiler.msi" } }, "hash": { "url": "$url.checksums.txt", "regex": "$basename\\)\\s+=\\s+$sha256" } } }