rakodo-moar: Add version 2021.03-01 (#1871)

* rakodo-moar: Add version 2021.02.1-01

* rakudo-moar: Update to 2021.03-01

* rakudo-moar: Fix copy-paste error

* rakudo-moar: removing autoupdate:hash

* Update rakudo-moar.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Anton Oks 2021-04-02 11:00:13 +02:00 committed by GitHub
parent 2efab5694a
commit 271e79f99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

39
bucket/rakudo-moar.json Normal file
View File

@ -0,0 +1,39 @@
{
"version": "2021.03-01",
"description": "The most mature, production-ready implementation of the Raku language.",
"homepage": "https://rakudo.org/",
"license": "Artistic-2.0",
"architecture": {
"64bit": {
"url": "https://rakudo.org/dl/rakudo/rakudo-moar-2021.03-01-win-x86_64-msvc.zip",
"hash": "6ef42478440543673c79f40efed497f9387cd09fc2fc5658f4fae92bc7445db2",
"extract_dir": "rakudo-moar-2021.03-01-win-x86_64-msvc"
}
},
"bin": [
"bin\\nqp.exe",
"bin\\perl6.exe",
"bin\\perl6w.exe",
"bin\\raku.exe",
"bin\\rakuw.exe",
"bin\\rakudo.exe",
"bin\\rakudow.exe",
"bin\\perl6-debug.exe",
"bin\\raku-debug.exe",
"bin\\rakudo-debug.exe",
"share\\perl6\\site\\bin\\zef.bat"
],
"checkver": {
"url": "https://rakudo.org/downloads/rakudo",
"regex": "rakudo-moar-(?<version>[\\d]{4}.[\\d]{2})(?<patch>.[\\d]+)?-(?<revision>[\\d]+)-win-x86_64-msvc.zip",
"replace": "${version}${patch}-${revision}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://rakudo.org/dl/rakudo/rakudo-moar-$matchVersion$matchPatch-$matchRevision-win-x86_64-msvc.zip",
"extract_dir": "rakudo-moar-$matchVersion$matchPatch-$matchRevision-win-x86_64-msvc"
}
}
}
}