homebrew-cask/Casks/splashtop-personal.rb

15 lines
575 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'splashtop-personal' do
2015-01-19 09:58:10 +08:00
version '2.6.2.1'
sha256 '9b0733ece58b9e36b5d4f566bbcf80e0e207ba751f0a0b188807738ba79cbbed'
2015-01-19 09:58:10 +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/macclient/STP/Splashtop_Personal_v#{version}.dmg"
2015-05-02 04:13:00 +08:00
name 'Splashtop Personal'
homepage 'http://www.splashtop.com/personal'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:06 +08:00
pkg 'Splashtop Personal.pkg'
2013-11-24 02:33:59 +08:00
uninstall :pkgutil => 'com.splashtop.stp.*'
end