homebrew-cask/Casks/plex.rb

21 lines
551 B
Ruby

cask 'plex' do
version '1.10.0.1208-daa6b641'
sha256 'ff31321d4d63d7859a0e7ed834284bd50c5baba60c44d542553f9063550ef5b6'
url "https://downloads.plex.tv/plex-desktop/#{version}/macos/Plex-#{version}-x86_64.zip"
appcast 'https://plex.tv/api/downloads/6.json'
name 'Plex'
homepage 'https://www.plex.tv/'
auto_updates true
depends_on macos: '>= :sierra'
app 'Plex.app'
zap trash: [
'~/Library/Application Support/Plex',
'~/Library/Caches/Plex',
'~/Library/Logs/Plex',
]
end