homebrew-cask/Casks/plex.rb

22 lines
539 B
Ruby

cask "plex" do
version "1.25.0.1511-47afccd4"
sha256 "b61134d3790c4e028046b088a30551bbff845f899c7b704880ec12b8227b8749"
url "https://downloads.plex.tv/plex-desktop/#{version}/macos/Plex-#{version}-x86_64.zip"
appcast "https://plex.tv/api/downloads/6.json"
name "Plex"
desc "Home media server"
homepage "https://www.plex.tv/"
auto_updates true
depends_on macos: ">= :high_sierra"
app "Plex.app"
zap trash: [
"~/Library/Application Support/Plex",
"~/Library/Caches/Plex",
"~/Library/Logs/Plex",
]
end