homebrew-cask/Casks/vlc.rb

8 lines
237 B
Ruby
Raw Normal View History

2012-03-10 17:30:30 +08:00
class Vlc < Cask
2014-02-22 15:54:58 +08:00
url 'http://get.videolan.org/vlc/2.1.4/macosx/vlc-2.1.4.dmg'
homepage 'http://www.videolan.org/vlc/'
2014-02-22 15:54:58 +08:00
version '2.1.4'
sha256 '01eda0d2672e9517837df595767ee27baf44f92126285af22a9c05df65abc57a'
2013-06-01 07:51:31 +08:00
link 'VLC.app'
2012-03-10 17:30:30 +08:00
end