Merge pull request #20218 from Homebrew/migrate-semeru-jdk
[Homebrew/homebrew-cask-versions.git] / Casks / microsoft-office-2016.rb
blob5f2afca4d0403a1e5a4e2d0c8dbc318f3b85237e
1 cask "microsoft-office-2016" do
2   version "16.16.20101200"
3   sha256 "f108918241da7bd1442b97e42c6f9c3d9241202461c2f8ea0fc4e8abb2a1c581"
5   url "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Office_#{version}_Installer.pkg",
6       verified: "officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/"
7   name "Microsoft Office"
8   desc "Office suite"
9   homepage "https://products.office.com/mac/microsoft-office-for-mac/"
11   deprecate! date: "2023-12-17", because: :discontinued
13   auto_updates true
14   conflicts_with cask: %w[
15     microsoft-excel
16     microsoft-office
17     microsoft-office-businesspro
18     microsoft-onenote
19     microsoft-outlook
20     microsoft-powerpoint
21     microsoft-word
22     onedrive
23   ]
24   depends_on macos: ">= :sierra"
26   pkg "Microsoft_Office_#{version}_Installer.pkg"
28   uninstall launchctl: [
29               "com.microsoft.autoupdate.helper",
30               "com.microsoft.office.licensing.helper",
31               "com.microsoft.office.licensingV2.helper",
32               "com.microsoft.OneDriveStandaloneUpdater",
33               "com.microsoft.OneDriveStandaloneUpdaterDaemon",
34               "com.microsoft.OneDriveUpdaterDaemon",
35               "com.microsoft.update.agent",
36             ],
37             quit:      "com.microsoft.autoupdate2",
38             pkgutil:   [
39               "com.microsoft.OneDrive",
40               "com.microsoft.package.DFonts",
41               "com.microsoft.package.Fonts",
42               "com.microsoft.package.Frameworks",
43               "com.microsoft.package.Microsoft_AutoUpdate.app",
44               "com.microsoft.package.Microsoft_Excel.app",
45               "com.microsoft.package.Microsoft_OneNote.app",
46               "com.microsoft.package.Microsoft_Outlook.app",
47               "com.microsoft.package.Microsoft_PowerPoint.app",
48               "com.microsoft.package.Microsoft_Word.app",
49               "com.microsoft.package.Proofing_Tools",
50               "com.microsoft.pkg.licensing",
51             ],
52             delete:    [
53               "/Applications/Microsoft Excel.app",
54               "/Applications/Microsoft OneNote.app",
55               "/Applications/Microsoft Outlook.app",
56               "/Applications/Microsoft PowerPoint.app",
57               "/Applications/Microsoft Word.app",
58               "/Applications/OneDrive.app",
59             ]
61   zap launchctl: [
62         "com.microsoft.autoupdate.helper",
63         "com.microsoft.autoupdate.helpertool",
64         "com.microsoft.update.agent",
65       ],
66       pkgutil:   "com.microsoft.package.Microsoft_AutoUpdate.app",
67       trash:     [
68         "~/Library/Application Scripts/com.microsoft.errorreporting",
69         "~/Library/Application Scripts/com.microsoft.Excel",
70         "~/Library/Application Scripts/com.microsoft.Office365ServiceV2",
71         "~/Library/Application Scripts/com.microsoft.onenote.mac",
72         "~/Library/Application Scripts/com.microsoft.Outlook",
73         "~/Library/Application Scripts/com.microsoft.Powerpoint",
74         "~/Library/Application Scripts/com.microsoft.Word",
75         "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.microsoft.excel.sfl*",
76         "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.microsoft.powerpoint.sfl*",
77         "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.microsoft.word.sfl*",
78         "~/Library/Caches/com.microsoft.autoupdate.fba",
79         "~/Library/Caches/com.microsoft.autoupdate2",
80         "~/Library/Caches/Microsoft/uls/com.microsoft.autoupdate.fba",
81         "~/Library/Caches/Microsoft/uls/com.microsoft.autoupdate2",
82         "~/Library/Containers/com.microsoft.com.microsoft.RMS-XPCService",
83         "~/Library/Containers/com.microsoft.errorreporting",
84         "~/Library/Containers/com.microsoft.Excel",
85         "~/Library/Containers/com.microsoft.netlib.shipassertprocess",
86         "~/Library/Containers/com.microsoft.Office365ServiceV2",
87         "~/Library/Containers/com.microsoft.onenote.mac",
88         "~/Library/Containers/com.microsoft.Outlook",
89         "~/Library/Containers/com.microsoft.Powerpoint",
90         "~/Library/Containers/com.microsoft.Word",
91         "~/Library/Cookies/com.microsoft.autoupdate.fba.binarycookies",
92         "~/Library/Cookies/com.microsoft.autoupdate2.binarycookies",
93         "~/Library/Group Containers/UBF8T346G9.ms",
94         "~/Library/Group Containers/UBF8T346G9.Office",
95         "~/Library/Group Containers/UBF8T346G9.OfficeOneDriveSyncIntegration",
96         "~/Library/Group Containers/UBF8T346G9.OfficeOsfWebHost",
97         "~/Library/Preferences/com.microsoft.autoupdate.fba.plist",
98         "~/Library/Preferences/com.microsoft.autoupdate2.plist",
99         "~/Library/Preferences/com.microsoft.Excel.plist",
100         "~/Library/Preferences/com.microsoft.Outlook.plist",
101         "~/Library/Preferences/com.microsoft.Powerpoint.plist",
102         "~/Library/Preferences/com.microsoft.Word.plist",
103         "~/Library/Saved Application State/com.microsoft.autoupdate2.savedState",
104         "~/Library/Saved Application State/com.microsoft.office.setupassistant.savedState",
105       ],
106       rmdir:     [
107         "~/Library/Caches/Microsoft",
108         "~/Library/Caches/Microsoft/uls",
109       ]