cask "elgato-stream-deck" do version "6.8.0.21252" sha256 "fca117c1ff0c629a1ee9370c03fb8caec6a320fb2f0dda869995a131c77fb5de" url "https://edge.elgato.com/egc/macos/sd/Stream_Deck_#{version}.pkg" name "Elgato Stream Deck" desc "Assign keys, and then decorate and label them" homepage "https://www.elgato.com/ww/en/s/downloads" livecheck do url "https://gc-updates.elgato.com/mac/sd-update/final/app-version-check.json" strategy :json do |json| json.dig("Manual", "Version") end end auto_updates true depends_on macos: ">= :high_sierra" pkg "Stream_Deck_#{version}.pkg" uninstall launchctl: "com.elgato.StreamDeck", quit: "com.elgato.StreamDeck", pkgutil: "com.elgato.StreamDeck", delete: "/Applications/Elgato Stream Deck.app" zap trash: [ "~/Library/Application Support/com.elgato.StreamDeck", "~/Library/Caches/com.elgato.StreamDeck", "~/Library/Caches/com.plausiblelabs.crashreporter.data/com.elgato.StreamDeck", "~/Library/Preferences/com.elgato.StreamDeck.plist", ] end