homebrew-cask-versions/Casks/vlc.rb
Michael Ford 8a2f7864b1 Use videolan.org to download VLC
It looks like VLC 2.0.7 isn't on sourceforge yet, or at least the files
section of the project is unavailable. We can point to the actual VLC
site for downloads.

Fixes #515
2013-06-15 20:53:04 +08:00

7 lines
211 B
Ruby

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