re-use version in plex-home-theater

This commit is contained in:
Roland Walker 2014-09-26 08:09:07 -04:00
parent 37665c965e
commit 325a633167
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ class PlexHomeTheater < Cask
if Hardware::CPU.is_32_bit?
sha256 'ac3a866d5227aa23b80acfef447c7a27366c11d77ecdd6d506afce013b6d986c'
url 'http://downloads.plexapp.com/plex-home-theater/1.2.2.331-2d6426d7/PlexHomeTheater-1.2.2.331-2d6426d7-macosx-i386.zip'
url "http://downloads.plexapp.com/plex-home-theater/#{version}-2d6426d7/PlexHomeTheater-#{version}-2d6426d7-macosx-i386.zip"
else
sha256 '7a862680a04867db422c811c3afc1285c9b133e8a00f8fbe04a58a87b9e94cb5'
url 'http://downloads.plexapp.com/plex-home-theater/1.2.2.331-2d6426d7/PlexHomeTheater-1.2.2.331-2d6426d7-macosx-x86_64.zip'
url "http://downloads.plexapp.com/plex-home-theater/#{version}-2d6426d7/PlexHomeTheater-#{version}-2d6426d7-macosx-x86_64.zip"
end
homepage 'https://plex.tv'