excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / unite-phone.rb
blobeadfca0f114ba7b589de0bd9a622b5bb1c80375f
1 cask "unite-phone" do
2   version "2024.10.0"
3   sha256 "527e25e41b3cd6e2f32f5b34aaf866e0097231dc1b78885ec3550a52dbe41dd3"
5   url "https://update.unitephone.nl/download/unite_phone-#{version}-universal.dmg",
6       user_agent: :fake
7   name "Unite Phone"
8   desc "Video and voice calling application"
9   homepage "https://unitephone.nl/"
11   livecheck do
12     url "https://unitephone.nl/unitephone-app/macos"
13     strategy :header_match
14   end
16   app "Unite Phone.app"
18   zap trash: [
19     "/Library/Logs/DiagnosticReports/Unite Phone Helper*",
20     "~/Library/Application Support/Unite Phone",
21   ]
22 end