ScoopInstaller_Main/bucket/rakudo-star.json
2020-04-01 22:02:45 +08:00

33 lines
930 B
JSON

{
"version": "2020.01-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.01-01-win-x86_64-(JIT).msi",
"hash": "a4a728fff7c32d98790e4e12f145bfab89cc4dab56e268b2ced3c80f08bd4a30"
}
},
"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"
}
}
}