Reformat splashtop-personal.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:45 +02:00
parent 669f5cc7a0
commit 341b90afec
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class SplashtopPersonal < Cask
url 'https://d17kmd0va0f0mp.cloudfront.net/macclient/STP/Splashtop_Personal_v2.4.3.1.dmg'
homepage 'http://www.splashtop.com/personal'
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