homebrew-cask/Casks/plex.rb

21 lines
550 B
Ruby

cask 'plex' do
version '1.6.3.1009-57cf57c8'
sha256 '35b721677529cd021e99886b6f59641caaa06b2f885f1f0be7092c9c4d000a19'
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