homebrew-cask/Casks/plex.rb

21 lines
549 B
Ruby

cask 'plex' do
version '1.3.1.916-1cb2c34d'
sha256 'f43f89b758a4531c350c5ca20b8e76512630e0090d0a6754e2c09acf98093416'
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