Update xbmc cask to 13.2

This commit is contained in:
Jamie Macey 2014-10-02 20:30:06 -07:00
parent 32bb3c8bd8
commit 4d074a42d5
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
class Xbmc < Cask
version '13.1'
sha256 '5db5b0cdfe1b90048ac70ae2f2a539003327ad378ebcb3faf94533e33bea0f6f'
version '13.2'
sha256 '5f76f75971aa27cc74dfeaca3633d5e079ab7731deabb0f8be909e5e871a9223'
url "http://mirrors.xbmc.org/releases/osx/x86_64/xbmc-#{version}-Gotham-x86_64.dmg"
homepage 'http://xbmc.org/'
license :unknown
license :oss
app 'XBMC.app'
end