25 lines
665 B
Ruby
25 lines
665 B
Ruby
cask "tunein" do
|
|
version "1.28.0"
|
|
sha256 "2351345131a2badae04d87ebc1ec22c45da04f37cb544db4f7d6f209a31d44e0"
|
|
|
|
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
|