mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 18:11:20 +00:00
33 lines
934 B
JSON
33 lines
934 B
JSON
{
|
|
"version": "2020.05.1-01",
|
|
"description": "Raku compiler for the MoarVM and JVM",
|
|
"homepage": "https://rakudo.org",
|
|
"license": "Artistic-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://rakudo.org/dl/star/rakudo-star-2020.05.1-01-win-x86_64-(JIT).msi",
|
|
"hash": "abbe7e346f617ff34ec5c5cb4f31f3b106e0ff4018d53a560849254aab2386d5"
|
|
}
|
|
},
|
|
"extract_dir": "rakudo",
|
|
"bin": [
|
|
"bin\\perl6.exe",
|
|
"bin\\raku.exe",
|
|
"bin\\rakudo.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://rakudo.org/downloads/star",
|
|
"regex": "rakudo-star-([\\d.-]+)-win-x86_64-\\(JIT\\)\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://rakudo.org/dl/star/rakudo-star-$version-win-x86_64-(JIT).msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256.txt"
|
|
}
|
|
}
|
|
}
|