mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
* rakudo-star@2025.06.1-01: correct zef extension * fix: autoupdate.hash.regex --------- Co-authored-by: Donlon Eamonn McGovern <dmcgovern@inter-state.com>
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "2025.06.1-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-2025.06.1-01-win-x86_64-msvc.msi",
|
|
"hash": "1e603e9fecb900b9787c4ad180e4b64cd01783d969d5cff970ff1ee4cebdb078"
|
|
}
|
|
},
|
|
"extract_dir": "rakudo",
|
|
"bin": [
|
|
"bin\\perl6.exe",
|
|
"bin\\raku.exe",
|
|
"bin\\rakudo.exe",
|
|
"share\\perl6\\site\\bin\\zef.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://rakudo.org/downloads/star",
|
|
"regex": "rakudo-star-([\\d.-]+)-win-x86_64-(?<compiler>\\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": "SHA256\\s\\(\\S+\\)\\s=\\s$sha256"
|
|
}
|
|
}
|
|
}
|