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 do version "0.22.2" sha256 "43b16fadf9d349c5d3f5a406917f60e31d0ea65b1f9fc529b09292e906f75e50" url "https://github.com/ianyh/Amethyst/releases/download/v#{version}/Amethyst.zip", verified: "github.com/ianyh/Amethyst/" livecheck do skip "Legacy version" end end on_big_sur :or_newer do version "0.24.0" sha256 "bde78f466a2a211741f28fbc329cb7f82b1133612d1f17befbee944cc703316b" url "https://github.com/ianyh/Amethyst/releases/download/v#{version}/Amethyst.zip", verified: "github.com/ianyh/Amethyst/" livecheck do url "https://ianyh.com/amethyst/appcast.xml" strategy :sparkle, &:short_version 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