Fix SHA256 of XBMC

This commit is contained in:
Maxime Fabre 2014-05-05 10:55:33 +02:00
parent 5d36219cff
commit 3609fda122

View file

@ -2,6 +2,6 @@ class Xbmc < Cask
url 'http://mirrors.xbmc.org/releases/osx/x86_64/xbmc-13.0-x86_64.dmg'
homepage 'http://xbmc.org/'
version '13.0'
sha256 '00b7a5436acd93cbacf2ad2afc25f2ff4833cad6fc83df2e0aae31e7b3684c3a'
sha256 '2cd29487170e6f1e6ffa0128c9bcd2510ae8adb2057b241df45d39a0d19f2760'
link 'XBMC.app'
end