excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / witch.rb
blob27f1679832fd7e16e44bf3ccb3add4a2baf20edb
1 cask "witch" do
2   version "4.6.2"
3   sha256 "c9d54299613aefbf737e6d47bc9dfeac75a95172cf6350952986532fd55a3905"
5   url "https://manytricks.com/download/_do_not_hotlink_/witch#{version.no_dots}.dmg"
6   name "Witch"
7   desc "Switch apps, windows, or tabs"
8   homepage "https://manytricks.com/witch/"
10   livecheck do
11     url "https://manytricks.com/witch/appcast/"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :high_sierra"
18   prefpane "Witch.prefPane"
20   uninstall quit:       "com.manytricks.witchdaemon",
21             login_item: "witchdaemon"
23   zap trash: [
24     "~/Library/Application Support/Witch",
25     "~/Library/Preferences/com.manytricks.Witch.plist",
26   ]
27 end