mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -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.1.0/macosx/vlc-2.1.0.dmg'
|
|
version '2.1.0'
|
|
sha1 'a28961b75ca445ac8daad7944c71d6dbab0c7397'
|
|
link 'VLC.app'
|
|
end
|