cask "gfxcardstatus" do version "2.5" sha256 "70d94cbf5d691c9530e974b5512a106e0bf532ab345fd911199928b8b11a3688" url "https://github.com/codykrieger/gfxCardStatus/releases/download/v#{version}/gfxCardStatus-#{version}.zip", verified: "github.com/codykrieger/gfxCardStatus/" name "gfxCardStatus" desc "Menu bar app to monitor graphics card usage" homepage "https://gfx.io/" livecheck do url "https://gfx.io/appcast.xml" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review app "gfxCardStatus.app" zap trash: [ "~/Library/Caches/com.codykrieger.gfxCardStatus", "~/Library/Cookies/com.codykrieger.gfxCardStatus.binarycookies", "~/Library/Preferences/com.codykrieger.gfxCardStatus-Preferences.plist", "~/Library/Preferences/com.codykrieger.gfxCardStatus.plist", ] end