cask "opgg" do version "2.0.1" sha256 "faa8225dd56c206ae8694aadb3805d686a0ce76c981f94d5f611accc1983bb23" url "https://desktop-patch.op.gg/update/general/OP.GG-#{version}-universal.dmg" name "OP.GG Desktop" desc "Game records and champion analysis" homepage "https://op.gg/desktop/" livecheck do url "https://desktop-patch.op.gg/update/general/latest-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :catalina" app "OP.GG.app" zap trash: [ "~/Library/Application Support/opgg-electron-app", "~/Library/Caches/desktop.op.gg", "~/Library/Caches/desktop.op.gg.ShipIt", "~/Library/HTTPStorages/desktop.op.gg", "~/Library/Preferences/desktop.op.gg.plist", "~/Library/Saved Application State/desktop.op.gg.savedState", ] end