mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
2efab5694a
commit
271e79f99c
39
bucket/rakudo-moar.json
Normal file
39
bucket/rakudo-moar.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user