homebrew-cask/Casks/vlc-remote.rb

13 lines
453 B
Ruby
Raw Normal View History

2014-11-14 01:27:18 +08:00
cask :v1 => 'vlc-remote' do
2014-09-17 19:43:07 +08:00
version :latest
sha256 :no_check
2013-07-09 07:28:08 +08:00
url 'http://hobbyistsoftware.com/Downloads/VLCRemote/latest-mac.php?cdn'
2014-05-14 21:40:04 +08:00
appcast 'http://hobbyistsoftware.com/Downloads/VLCRemote/vlcSetupHelperVersions.xml'
2015-05-10 01:49:06 +08:00
name 'VLC Remote'
2013-07-09 07:28:08 +08:00
homepage 'http://hobbyistsoftware.com/vlc'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-10-21 21:20:11 +08:00
installer :manual => 'VLC Setup.app'
2013-07-09 07:28:08 +08:00
end