mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
670 B
Ruby
23 lines
670 B
Ruby
cask "openphone" do
|
|
version "4.0.1"
|
|
sha256 "e566d16baa29907b545adf0505a0da22f8dc2829ca4c3503027c680ffb362595"
|
|
|
|
url "https://download.openphone.co/OpenPhone-#{version}-universal.dmg"
|
|
name "OpenPhone"
|
|
desc "Business phone for professionals, teams, and companies"
|
|
homepage "https://www.openphone.co/"
|
|
|
|
livecheck do
|
|
url "https://s3-us-west-2.amazonaws.com/download.openphone.co/latest-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
app "OpenPhone.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/OpenPhone",
|
|
"~/Library/Preferences/ca.illusive.openphone.plist",
|
|
"~/Library/Saved Application State/ca.illusive.openphone.savedState",
|
|
]
|
|
end
|