cask "only-switch" do version "2.5.8" sha256 "beefa4d8264b3b2327e1001a2d1da6b4a6f4c2b843f44510f736b0d1eb65ae6f" url "https://github.com/jacklandrin/OnlySwitch/releases/download/release_#{version}/OnlySwitch.dmg" name "OnlySwitch" desc "System and utility switches" homepage "https://github.com/jacklandrin/OnlySwitch" livecheck do url "https://jacklandrin.github.io/appcast.xml" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :monterey" app "Only Switch.app" zap trash: [ "~/Library/Application Support/OnlySwitch", "~/Library/Caches/jacklandrin.OnlySwitch", "~/Library/OnlySwitch", "~/Library/Preferences/jacklandrin.OnlySwitch.plist", ] end