Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / w / windscribe.rb
blobc7166afa6dd8adb75f838c0ba88b5b8c0d74e2ca
1 cask "windscribe" do
2   version "2.13.8"
3   sha256 "7e297e284037891f31e0a1e465a512cc980b9bf50ba55f4d725c82366acd5328"
5   url "https://deploy.totallyacdn.com/desktop-apps/#{version}/Windscribe_#{version}.dmg",
6       verified: "deploy.totallyacdn.com/desktop-apps/"
7   name "Windscribe"
8   desc "VPN client for secure internet access and private browsing"
9   homepage "https://windscribe.com/"
11   livecheck do
12     url "https://windscribe.com/install/desktop/osx"
13     strategy :header_match
14   end
16   auto_updates true
18   installer manual: "WindscribeInstaller.app"
20   uninstall launchctl: [
21               "com.windscribe.helper.macos",
22               "com.windscribe.launcher.macos",
23             ],
24             quit:      [
25               "com.windscribe.gui.macos",
26               "com.windscribe.helper.macos",
27               "com.windscribe.launcher.macos",
28             ],
29             delete:    [
30               "/Applications/Windscribe.app",
31               "/Library/LaunchDaemons/com.windscribe.helper.macos.plist",
32               "/Library/PrivilegedHelperTools/com.windscribe.helper.macos",
33               "/usr/local/bin/windscribe-cli",
34             ]
36   zap trash: [
37     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.windscribe.launcher.macos.sfl*",
38     "~/Library/Application Support/Windscribe",
39     "~/Library/Preferences/com.aaa.windscribe.windscribe.plist",
40     "~/Library/Preferences/com.windscribe.Windscribe2.plist",
41     "~/Library/Saved Application State/com.windscribe.gui.macos.savedState",
42   ]
43 end