alacritty: add livecheck (#98826)

This commit is contained in:
SeekerTestBot 2021-01-27 21:43:34 -08:00 committed by GitHub
parent 1266afbfc0
commit 76877f030f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,11 +3,15 @@ cask "alacritty" do
sha256 "40c9390b9067c25ff2882b41e8526df43466a3a48210b0f3188a9b87789f2541"
url "https://github.com/alacritty/alacritty/releases/download/v#{version}/Alacritty-v#{version}.dmg"
appcast "https://github.com/alacritty/alacritty/releases.atom"
name "Alacritty"
desc "GPU-accelerated terminal emulator"
homepage "https://github.com/alacritty/alacritty/"
livecheck do
url :url
strategy :github_latest
end
app "Alacritty.app"
binary "#{appdir}/Alacritty.app/Contents/MacOS/alacritty"