cask "aircall" do version "3.1.18" sha256 "b8f5804987d04c1450adb5441c1764ac1e2f8108150520002bc8ace03145ec4e" url "https://download-electron.aircall.io/Aircall-#{version}.dmg" name "Aircall" desc "Cloud-based call center and phone system software" homepage "https://aircall.io/" livecheck do url "https://aircall.io/api/app-infos/" strategy :json do |json| json["name"] end 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