mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
10 lines
353 B
Ruby
10 lines
353 B
Ruby
class SplashtopPersonal < Cask
|
|
version '2.4.3.1'
|
|
sha256 'a0167ad134b3134e9b3e5e0a26238aed04ef230f3cabcddd7fd0fef9d82687aa'
|
|
|
|
url 'https://d17kmd0va0f0mp.cloudfront.net/macclient/STP/Splashtop_Personal_v2.4.3.1.dmg'
|
|
homepage 'http://www.splashtop.com/personal'
|
|
|
|
install 'Splashtop Personal.pkg'
|
|
uninstall :pkgutil => 'com.splashtop.stp.*'
|
|
end
|