homebrew-cask/Casks/splashtop-streamer.rb

15 lines
584 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'splashtop-streamer' do
2015-01-19 09:59:11 +08:00
version '2.6.2.7'
sha256 'e676b87ff0452af0b2462d911e6d03d9987ba7616e165c3adcfee14852ce4b76'
2015-01-19 09:59:11 +08:00
# cloudfront.net is the official download host per the vendor homepage
2014-09-26 20:09:12 +08:00
url "https://d17kmd0va0f0mp.cloudfront.net/mac/Splashtop_Streamer_MAC_v#{version}.dmg"
2015-05-02 04:13:24 +08:00
name 'Splashtop Streamer'
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