homebrew-cask/Casks/jellybeansoup-netflix.rb

19 lines
695 B
Ruby

cask "jellybeansoup-netflix" do
version "1.0.5"
sha256 "6e62f4e8a5883f139a7259464e33039e7cd5c6040caf9dbb27d85f890b576c40"
url "https://github.com/jellybeansoup/macos-netflix/releases/download/v#{version}/Netflix.v#{version}.zip"
appcast "https://github.com/jellybeansoup/macos-netflix/releases.atom"
name "Netflix"
desc "Third-party app to use Netflix outside the browser"
homepage "https://github.com/jellybeansoup/macos-netflix"
app "Netflix.app"
zap trash: [
"~/Library/Caches/com.jellystyle.Netflix-wrapper",
"~/Library/Preferences/com.jellystyle.Netflix-wrapper.plist",
"~/Library/Saved Application State/com.jellystyle.Netflix-wrapper.savedState",
]
end