homebrew-cask/Casks/splashtop-streamer.rb

13 lines
483 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'splashtop-streamer' do
2013-10-31 03:50:24 +08:00
version '2.4.5.3'
sha256 '07fd11f7c19ce0c7c29e65d5182532940f74e6e4512b696c19e58389d5e86357'
2014-09-26 20:09:12 +08:00
url "https://d17kmd0va0f0mp.cloudfront.net/mac/Splashtop_Streamer_MAC_v#{version}.dmg"
homepage 'http://www.splashtop.com/downloads'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:07 +08:00
pkg 'Splashtop Streamer.pkg'
2013-10-31 03:50:24 +08:00
uninstall :pkgutil => 'com.splashtop.splashtopStreamer.*'
end