homebrew-cask/Casks/splashtop-streamer.rb

9 lines
359 B
Ruby
Raw Normal View History

2013-10-31 03:50:24 +08:00
class SplashtopStreamer < Cask
url 'http://d17kmd0va0f0mp.cloudfront.net/mac/Splashtop_Streamer_MAC_v2.4.5.3.dmg'
homepage 'http://www.splashtop.com/downloads'
version '2.4.5.3'
sha256 '07fd11f7c19ce0c7c29e65d5182532940f74e6e4512b696c19e58389d5e86357'
2013-10-31 03:50:24 +08:00
install 'Splashtop Streamer.pkg'
uninstall :pkgutil => 'com.splashtop.splashtopStreamer.*'
end