homebrew-cask/Casks/splashtop-streamer.rb

12 lines
380 B
Ruby
Raw Normal View History

2013-10-31 03:50:24 +08:00
class SplashtopStreamer < Cask
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
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