From 89ceeff401063abd3220a10bdca0a114bead6600 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 1 Jan 2021 22:23:46 -0500 Subject: [PATCH] alacritty-rc: Update to version 0.7.0-rc1 --- bucket/alacritty-rc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/alacritty-rc.json b/bucket/alacritty-rc.json index 374465e..e35b027 100644 --- a/bucket/alacritty-rc.json +++ b/bucket/alacritty-rc.json @@ -1,16 +1,16 @@ { - "version": "0.6.0-rc3", + "version": "0.7.0-rc1", "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" ] ], + "url": "https://github.com/alacritty/alacritty/releases/download/v0.7.0-rc1/Alacritty-v0.7.0-rc1-portable.exe", + "hash": "371bd1c510f4af2d99402a01b2878f6d3b2b06444b11bbda6e35857eaef2a892", + "bin": [ [ "Alacritty-v0.7.0-rc1-portable.exe", "alacritty-rc" ] ], "shortcuts": [ [ - "Alacritty-v0.6.0-rc3-portable.exe", + "Alacritty-v0.7.0-rc1-portable.exe", "Alacritty Release Candidate" ] ], - "notes": "Latest available release candidate. For regular releases use Alacritty from the main extras bucket" + "notes": "Latest available release candidate. For regular releases please use Alacritty from the main extras bucket" }