homebrew-cask/Casks/warp.rb

25 lines
624 B
Ruby

cask "warp" do
version "0.2023.03.07.08.02.stable_03"
sha256 "886f86cc07ef8ce3ceeb005e73466b9974341c5d07deae6a08f75efb7f331419"
url "https://app.warp.dev/download/brew?version=v#{version}"
name "Warp"
desc "Rust-based terminal"
homepage "https://www.warp.dev/"
livecheck do
url "https://storage.googleapis.com/warp-releases/channel_versions.json"
regex(/v(\d+(?:\.\d+)+\.stable_\d+)/i)
end
auto_updates true
app "Warp.app"
zap trash: [
"~/Library/Application Support/dev.warp.Warp-Stable",
"~/Library/Logs/warp.log",
"~/Library/Preferences/dev.warp.Warp-Stable.plist",
]
end