mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
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
7 lines
211 B
Ruby
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
|