cask "amethyst" do on_mojave :or_older do version "0.16.1" sha256 "52663893e6547d2dd85ba15b871ec222ce4f62dc7150e5ff20d592f9b85a47c5" url "https://ianyh.com/amethyst/versions/Amethyst-#{version}.zip" livecheck do skip "Legacy version" end end on_catalina :or_newer do version "0.21.2" sha256 "a6a53370d50ff2fde5b3af012335978205e05157b5c1cfdb37906d5ea2875cce" url "https://github.com/ianyh/Amethyst/releases/download/v#{version}/Amethyst.zip", verified: "github.com/ianyh/Amethyst/" livecheck do url :url strategy :github_latest end end name "Amethyst" desc "Automatic tiling window manager similar to xmonad" homepage "https://ianyh.com/amethyst/" auto_updates true depends_on macos: ">= :sierra" app "Amethyst.app" zap trash: [ "~/Library/Application Support/Amethyst", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.amethyst.amethyst.sfl*", "~/Library/Caches/com.amethyst.Amethyst", "~/Library/Cookies/com.amethyst.Amethyst.binarycookies", "~/Library/HTTPStorages/com.amethyst.Amethyst", "~/Library/Preferences/com.amethyst.Amethyst.plist", ] end