homebrew-cask/Casks/vlc.rb

9 lines
304 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'
2014-06-03 02:14:58 +08:00
appcast 'http://update.videolan.org/vlc/sparkle/vlc-intel64.xml'
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