Files
homebrew-cask/Casks/i/iptvnator.rb
2023-10-31 12:00:22 -04:00

23 lines
619 B
Ruby

cask "iptvnator" do
version "0.15.0"
sha256 "b08c25e7755b00cf2c7d840992bf7e94e39200eb7950641b6714a6976e02a2af"
url "https://github.com/4gray/iptvnator/releases/download/v#{version}/IPTVnator-#{version}-universal.dmg"
name "IPTVnator"
desc "Open Source m3u, m3u8 player"
homepage "https://github.com/4gray/iptvnator"
livecheck do
url :url
strategy :github_latest
end
app "iptvnator.app"
zap trash: [
"~/Library/Application Support/iptvnator",
"~/Library/Preferences/com.electron.iptvnator.plist",
"~/Library/Saved Application State/com.electron.iptvnator.savedState",
]
end