mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
1003 B
Ruby
26 lines
1003 B
Ruby
cask "cloud-pbx" do
|
|
version "22.9.43.12"
|
|
sha256 "ce01e374cd476233b0078243961eaf85a4d8db62dfa5369197a02f8a461c3961"
|
|
|
|
url "https://cpbx-hilfe.deutschland-lan.de/downloads/desktop-clients/cloud-pbx.osx-#{version}",
|
|
verified: "cpbx-hilfe.deutschland-lan.de/downloads/desktop-clients/"
|
|
name "Cloud PBX"
|
|
desc "Cloud-based telephone system"
|
|
homepage "https://geschaeftskunden.telekom.de/internet-dsl/tarife/festnetz-internet-dsl/companyflex/cloud-pbx"
|
|
|
|
livecheck do
|
|
url "https://cpbx-hilfe.deutschland-lan.de/de/direkthilfe/hilfe-downloads/downloads"
|
|
regex(%r{href=.*?/cloud[._-]pbx\.osx[._-]v?(\d+(?:\.\d+)+)}i)
|
|
end
|
|
|
|
app "Cloud PBX.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Telekom Deutschland GmbH",
|
|
"~/Library/Caches/Telekom Deutschland GmbH",
|
|
"~/Library/Preferences/com.broadsoft.communicator.plist",
|
|
"~/Library/Preferences/de.deutschland-lan.Cloud PBX.plist",
|
|
"~/Library/Saved Application State/com.broadsoft.communicator.savedState",
|
|
]
|
|
end
|