homebrew-cask/Casks/splashtop-streamer.rb

23 lines
901 B
Ruby

cask 'splashtop-streamer' do
version '3.3.4.1'
sha256 '55fa2c80241f96292170017dad6cb52b1400d7157282c003c10975c526765b3b'
# d17kmd0va0f0mp.cloudfront.net was verified as official when first introduced to the cask
url "https://d17kmd0va0f0mp.cloudfront.net/mac/Splashtop_Streamer_Mac_INSTALLER_v#{version}.dmg"
appcast 'https://www.splashtop.com/wp-content/themes/responsive/downloadx.php?platform=mac'
name 'Splashtop Streamer'
homepage 'https://www.splashtop.com/downloads'
auto_updates true
pkg 'Splashtop Streamer.pkg'
uninstall quit: 'com.splashtop.Splashtop-Streamer',
launchctl: [
'com.splashtop.streamer-daemon',
'com.splashtop.streamer-for-user',
'com.splashtop.streamer-srioframebuffer',
],
pkgutil: 'com.splashtop.splashtopStreamer.*'
end