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
211 B
7 lines
211 B
class Vlc < Cask
|
|
homepage 'http://www.videolan.org/vlc/'
|
|
url 'http://get.videolan.org/vlc/2.0.7/macosx/vlc-2.0.7.dmg'
|
|
version '2.0.7'
|
|
sha1 'ea190de6108f77d5ed9eb775b872eea4ce9eee3c'
|
|
link 'VLC.app'
|
|
end
|
|
|