cask "domzilla-caffeine" do version "1.5.3" sha256 "91dcb16138f97d21a19e9dc62f41a7d4b1329728d7027da50ae61fca0db1d066" url "https://dr-caffeine-mac.s3.amazonaws.com/Caffeine_#{version}.zip", verified: "dr-caffeine-mac.s3.amazonaws.com/" name "Caffeine" desc "Utility that prevents the system from going to sleep" homepage "https://www.caffeine-app.net/" livecheck do url "https://dr-caffeine-mac.s3.amazonaws.com/appcast.xml" strategy :sparkle, &:short_version end auto_updates true conflicts_with cask: "caffeine" depends_on macos: ">= :big_sur" app "Caffeine.app" uninstall quit: "net.domzilla.caffeine" zap trash: [ "~/Library/Application Scripts/net.domzilla.caffeine", "~/Library/Containers/net.domzilla.caffeine", ] end