homebrew-cask/Casks/u/unite-phone.rb

24 lines
656 B
Ruby

cask "unite-phone" do
version "2023.6.1"
sha256 "30ce762e61ad83022c51cf6caf1abb624e7a069b6a1dc9bbfd866ad3bf804193"
url "https://update.unitephone.nl/download/unite_phone-#{version}-universal.dmg",
user_agent: :fake
name "Unite Phone"
desc "Video and voice calling application"
homepage "https://unitephone.nl/"
livecheck do
url "https://unitephone.nl/unitephone-app/macos"
regex(/unite_phone[._-]v?(\d+(?:\.\d+)*)[._-]universal\.dmg/i)
strategy :header_match
end
app "Unite Phone.app"
zap trash: [
"/Library/Logs/DiagnosticReports/Unite Phone Helper*",
"~/Library/Application Support/Unite Phone",
]
end