cask "skype-for-business" do version "16.31.0.11" sha256 "85770014696bc422dec96e6986186adf41c12d49f456366294ca1874f3a80834" url "https://download.microsoft.com/download/D/0/5/D055DA17-C7B8-4257-89A1-78E7BBE3833F/SkypeForBusinessInstaller-#{version}.pkg" name "Skype for Business" desc "Microsofts instant messaging enterprise software" homepage "https://www.microsoft.com/en-us/download/details.aspx?id=54108" no_autobump! because: :requires_manual_review deprecate! date: "2025-05-05", because: :discontinued auto_updates true depends_on cask: "microsoft-auto-update" depends_on macos: ">= :el_capitan" pkg "SkypeForBusinessInstaller-#{version}.pkg", choices: [ { "choiceIdentifier" => "com.microsoft.autoupdate.fba", # Office16_all_autoupdate_bootstrapper_updater.pkg "choiceAttribute" => "selected", "attributeSetting" => 0, }, ] uninstall quit: "com.microsoft.autoupdate2", login_item: "Skype for Business", pkgutil: [ "com.microsoft.SkypeForBusiness", "com.microsoft.SkypeForBusiness.MeetingJoinPlugin", ], delete: "/Applications/Skype for Business.app" zap trash: [ "/Library/Internet Plug-Ins/MeetingJoinPlugin.plugin", "~/Library/Application Support/com.microsoft.SkypeForBusinessTAP", "~/Library/Application Support/Skype for Business", "~/Library/Preferences/com.microsoft.SkypeForBusinessTAP.debuglogging.plist", "~/Library/Preferences/com.microsoft.SkypeForBusinessTAP.plist", ], rmdir: "/Library/Application Support/Microsoft" end