mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
rakudo-star: Add version 2020.01-01 (#887)
This commit is contained in:
parent
fed8552fcd
commit
6ab9593f2c
32
bucket/rakudo-star.json
Normal file
32
bucket/rakudo-star.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user