homebrew-cask/Casks/webex.rb

29 lines
628 B
Ruby

cask "webex" do
arch arm: "Desktop-MACOS-Apple-Silicon", intel: "TeamsDesktop-MACOS"
version "43.3.0.25468"
sha256 :no_check
url "https://binaries.webex.com/Webex#{arch}-Gold/Webex.dmg"
name "Webex Teams"
desc "Video communication and virtual meeting platform"
homepage "https://www.webex.com/"
livecheck do
url :url
strategy :extract_plist
end
auto_updates true
app "Webex.app"
uninstall signal: ["TERM", "Cisco-Systems.Spark"]
zap trash: [
"~/Library/Caches/Cisco-Systems.Spark",
"~/Library/Logs/SparkMacDesktop",
"~/Library/Preferences/Cisco-Systems.Spark.plist",
]
end