Files
homebrew-cask/Casks/v/vlc-webplugin.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
407 B
Ruby

cask "vlc-webplugin" do
version "3.0.4"
sha256 "016aa490a7d924d83f07f46f8f09b74848baa3ca344ef2b02f0e30cb30436fdd"
url "https://get.videolan.org/vlc/#{version}/macosx/VLC-webplugin-#{version}.dmg"
name "VLC for OS X web plugin"
desc "Web browser plugin"
homepage "https://www.videolan.org/vlc/download-macosx.html"
internet_plugin "VLC Plugin.plugin"
caveats do
discontinued
end
end