cask "tunein" do version "1.29.0" sha256 "30a809e2c8eab1458a23a5283a7ffea5850c3a9641da0d21758f1cba99cd16b6" url "https://cdn-desktop.tunein.com/release/TuneIn-#{version}-universal.dmg" name "TuneIn" desc "Free Internet Radio" homepage "https://tunein.com/" livecheck do url "https://gemini-desktop-prod.s3.amazonaws.com/release/latest-mac.yml" strategy :electron_builder end app "TuneIn.app" zap trash: [ "~/Library/Application Support/TuneIn", "~/Library/Caches/com.tunein.desktop", "~/Library/Caches/com.tunein.desktop.ShipIt", "~/Library/Logs/TuneIn", "~/Library/Preferences/com.tunein.desktop.plist", ] end