diff --git a/bucket/alacritty-rc.json b/bucket/alacritty-rc.json new file mode 100644 index 0000000..374465e --- /dev/null +++ b/bucket/alacritty-rc.json @@ -0,0 +1,16 @@ +{ + "version": "0.6.0-rc3", + "description": "GPU-accelerated terminal emulator - release candidates only", + "homepage": "https://github.com/alacritty/alacritty", + "license": "Apache-2.0", + "url": "https://github.com/alacritty/alacritty/releases/download/v0.6.0-rc3/Alacritty-v0.6.0-rc3-portable.exe", + "hash": "c167188965f5355f510c2de412de12c48737e8cbc832dcbbf0f2f81c52e135cd", + "bin": [ [ "Alacritty-v0.6.0-rc3-portable.exe", "alacritty-rc" ] ], + "shortcuts": [ + [ + "Alacritty-v0.6.0-rc3-portable.exe", + "Alacritty Release Candidate" + ] + ], + "notes": "Latest available release candidate. For regular releases use Alacritty from the main extras bucket" +}