Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / w / whisky.rb
blob0864706f1c5b8e44abaccfaf3915cd0fc3a9777b
1 cask "whisky" do
2   version "2.3.4"
3   sha256 "0012b3dd685da12705b026d70baf6719050bc0414125b5b08aa3bc0958678ed6"
5   url "https://github.com/IsaacMarovitz/Whisky/releases/download/v#{version}/Whisky.zip",
6       verified: "github.com/IsaacMarovitz/Whisky/"
7   name "Whisky"
8   desc "Wine wrapper built with SwiftUI"
9   homepage "https://getwhisky.app/"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   auto_updates true
17   depends_on macos: ">= :sonoma"
18   depends_on arch: :arm64
20   app "Whisky.app"
21   binary "#{appdir}/Whisky.app/Contents/Resources/WhiskyCmd", target: "whisky"
23   zap trash: [
24     "~/Library/Application Scripts/com.isaacmarovitz.Whisky.WhiskyThumbnail",
25     "~/Library/Application Support/com.isaacmarovitz.Whisky",
26     "~/Library/Containers/com.isaacmarovitz.Whisky",
27     "~/Library/Containers/com.isaacmarovitz.Whisky.WhiskyThumbnail",
28     "~/Library/HTTPStorages/com.isaacmarovitz.Whisky",
29     "~/Library/Logs/com.isaacmarovitz.Whisky",
30     "~/Library/Preferences/com.isaacmarovitz.Whisky.plist",
31     "~/Library/Saved Application State/com.isaacmarovitz.Whisky.savedState",
32   ]
33 end