Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / h / hazeover.rb
blobae510487a3fcc19470631fdd62afec2bcfef9b44
1 cask "hazeover" do
2   version "1.9.4"
3   sha256 :no_check
5   url "https://hazeover.com/HazeOver.dmg"
6   name "HazeOver"
7   desc "Windows manager and desktop organiser"
8   homepage "https://hazeover.com/"
10   livecheck do
11     url "https://hazeover.com/updates.xml"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :catalina"
18   app "HazeOver.app"
20   uninstall launchctl: "com.pointum.hazeover.launcher",
21             quit:      "com.pointum.hazeover"
23   zap trash: [
24     "~/Library/Caches/com.pointum.hazeover",
25     "~/Library/Preferences/com.pointum.hazeover.plist",
26   ]
27 end