Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / w / wintertime.rb
blob128c07cdc98604c8b4c8abe814d93cc1bb484254
1 cask "wintertime" do
2   version "0.0.7"
3   sha256 "b7cb5b25172e3450982d673533931e721e009677e711fffa320b5e42abee3ff3"
5   url "https://github.com/actuallymentor/wintertime-mac-background-freezer/releases/download/#{version}/Wintertime-#{version}.dmg"
6   name "Wintertime"
7   desc "Utility to freeze apps running in the background to save battery"
8   homepage "https://github.com/actuallymentor/wintertime-mac-background-freezer"
10   app "Wintertime.app"
12   zap trash: [
13     "~/Library/Application Support/Wintertime",
14     "~/Library/Logs/Wintertime",
15     "~/Library/Preferences/com.electron.wintertime.plist",
16     "~/Library/Saved Application State/com.electron.wintertime.savedState",
17   ]
19   caveats do
20     requires_rosetta
21   end
22 end