Add cask "netflix" v1.0.4 (#95417)

This commit is contained in:
Reno 2020-12-14 15:43:43 -05:00 committed by GitHub
parent fa85942962
commit 9a89597524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
cask "jellybeansoup-netflix" do
version "1.0.4"
sha256 "f9da1b57012e5e14777e6226d7a0009d5fe877713f3f889cfb72b438d6251e76"
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