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.
7 lines
203 B
7 lines
203 B
class Xbmc < Cask
|
|
url 'http://mirrors.xbmc.org/releases/osx/xbmc-12.2-x86_64.dmg'
|
|
homepage 'http://xbmc.org/'
|
|
version '12.2'
|
|
sha1 '546e1002d51985b8e5c042e5a9b223e87189f457'
|
|
link 'XBMC.app'
|
|
end
|
|
|