jollysfastvnc.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:18:42 -05:00
parent 416e2c292e
commit 1dab5216f5
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ cask 'jollysfastvnc' do
version '1.52_1413501'
sha256 '0b0f4eb3d8a4aed33d36acfbac9fb34763d7b8faca00f8efc88ea2a9d9a0352e'
url "https://www.jinx.de/JollysFastVNC_files/JollysFastVNC.#{version.sub(%r{_.*},'')}.(#{version.sub(%r{.*_},'')}).10.7.dmg"
url "https://www.jinx.de/JollysFastVNC_files/JollysFastVNC.#{version.sub(%r{_.*}, '')}.(#{version.sub(%r{.*_}, '')}).10.7.dmg"
appcast 'https://www.jinx.de/JollysFastVNC.update.0E.i386.xml',
:sha256 => 'a7e1113e717a81fdab3cb6054b730e1b32c38f5de976bbe2a1c6fffc22a6956f'
name 'JollysFastVNC'
@ -16,9 +16,9 @@ cask 'jollysfastvnc' do
uninstall :quit => 'de.jinx.JollysFastVNC'
zap :delete => [
'~/Library/Caches/de.jinx.JollysFastVNC',
'~/Library/Logs/JollysFastVNC.log*',
'~/Library/Preferences/de.jinx.JollysFastVNC.plist',
'~/Library/Saved Application State/de.jinx.JollysFastVNC.savedState',
'~/Library/Caches/de.jinx.JollysFastVNC',
'~/Library/Logs/JollysFastVNC.log*',
'~/Library/Preferences/de.jinx.JollysFastVNC.plist',
'~/Library/Saved Application State/de.jinx.JollysFastVNC.savedState',
]
end