homebrew-cask/Casks/vlc.rb

11 lines
317 B
Ruby
Raw Normal View History

2012-03-10 17:30:30 +08:00
class Vlc < Cask
2014-07-27 22:11:37 +08:00
version '2.1.5'
sha256 '923504e296829f4253af8276b992636f72e56232ecdbdcf6003647ee662257f2'
2014-07-27 22:11:37 +08:00
url "https://get.videolan.org/vlc/#{version}/macosx/vlc-#{version}.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/'
2013-06-01 07:51:31 +08:00
link 'VLC.app'
2012-03-10 17:30:30 +08:00
end