1 cask :v1 => 'plex-home-theater' do
2 version '1.2.3.378-0c92ed32'
4 if Hardware::CPU.is_32_bit?
5 sha256 '7c2fd9541104346478fd7fa1e34c609bc6494202e82dcb91533b1e3931add232'
6 url "https://downloads.plex.tv/plex-home-theater/#{version}/PlexHomeTheater-#{version}-macosx-i386.zip"
8 sha256 '329011165014f20110c258049ab5de6c84a2957065e7dd01dfa68599ae9d4810'
9 url "https://downloads.plex.tv/plex-home-theater/#{version}/PlexHomeTheater-#{version}-macosx-x86_64.zip"
12 homepage 'https://plex.tv'
13 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
15 app 'Plex Home Theater.app'