mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 14:26:57 -06:00
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.8/macosx/vlc-2.0.8.dmg'
|
|
version '2.0.8'
|
|
sha1 '0574d4d2de6892a36c14d051c66b8e867834594a'
|
|
link 'VLC.app'
|
|
end
|