rakudo-star: Add version 2020.01-01 (#887)

This commit is contained in:
Anton Oks 2020-04-01 16:02:45 +02:00 committed by GitHub
parent fed8552fcd
commit 6ab9593f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
bucket/rakudo-star.json Normal file
View 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"
}
}
}