homebrew-cask/Casks/t/teleport-connect.rb

28 lines
782 B
Ruby

cask "teleport-connect" do
version "13.3.4"
sha256 "4afebb0398e6f440039d8213c08b0d11d55c8acfd9227572e02f19e67ae2dacf"
url "https://cdn.teleport.dev/Teleport%20Connect-#{version}.dmg",
verified: "cdn.teleport.dev/"
name "Teleport Connect"
desc "Developer-friendly browser for cloud infrastructure"
homepage "https://goteleport.com/"
livecheck do
url "https://goteleport.com/download/"
regex(/href=.*?Teleport%20Connect[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end
app "Teleport Connect.app"
zap trash: [
"~/Library/Application Support/Teleport Connect",
"~/Library/Preferences/gravitational.teleport.connect.plist",
"~/Library/Saved Application State/gravitational.teleport.connect.savedState",
]
caveats do
requires_rosetta
end
end