homebrew-cask/Casks/vlc-remote.rb

13 lines
446 B
Ruby

cask 'vlc-remote' do
version :latest
sha256 :no_check
url 'http://hobbyistsoftware.com/Downloads/VLCRemote/latest-mac.php?cdn'
appcast 'http://hobbyistsoftware.com/Downloads/VLCRemote/vlcSetupHelperVersions.xml'
name 'VLC Remote'
homepage 'http://hobbyistsoftware.com/vlc'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
installer :manual => 'VLC Setup.app'
end