homebrew-cask/Casks/aircall.rb

27 lines
676 B
Ruby

cask "aircall" do
version "2.32.1"
sha256 "4a6c8fb06ec0b1c4fd5f64936d50f245d4c244462050285c7e49d4db7590ce5e"
url "https://download-electron.aircall.io/Aircall-#{version}.zip"
name "Aircall"
desc "Cloud-based call center and phone system software"
homepage "https://aircall.io/"
livecheck do
url "https://electron.aircall.io/download/osx"
strategy :header_match
end
auto_updates true
depends_on macos: ">= :sierra"
app "Aircall.app"
zap trash: [
"~/Library/Application Support/Aircall",
"~/Library/Caches/io.aircall.phone",
"~/Library/Caches/io.aircall.phone.ShipIt",
"~/Library/Preferences/io.aircall.phone.plist",
]
end