You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
281 B
11 lines
281 B
cask :v1 => 'xbmc' do
|
|
version '13.2'
|
|
sha256 '5f76f75971aa27cc74dfeaca3633d5e079ab7731deabb0f8be909e5e871a9223'
|
|
|
|
url "http://mirrors.kodi.tv/releases/osx/x86_64/xbmc-#{version}-Gotham-x86_64.dmg"
|
|
name 'XBMC'
|
|
homepage 'http://kodi.tv/'
|
|
license :oss
|
|
|
|
app 'XBMC.app'
|
|
end
|
|
|