homebrew-cask/Casks/vlc-remote.rb

14 lines
600 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vlc-remote' do
2016-01-18 09:13:42 +08:00
version '3.60'
sha256 'd2a1755f056cb6f492061d52a538ad7f801859348cc9a0f5453e94209082cb64'
2016-01-18 09:13:42 +08:00
url "http://hobbyistsoftware.com/Downloads/VLCRemote/Versions/VLCSetup_#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'http://hobbyistsoftware.com/Downloads/VLCRemote/vlcSetupHelperVersions.xml',
checkpoint: 'dbc6822df1776a697c456f13c7185db772ae288ba8c0b4062737b53584c7ac94'
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
installer manual: 'VLC Setup.app'
2013-07-09 07:28:08 +08:00
end