Fix sketchup.rb for new Sketchup 2015 release

script expected "SketchUp 2014", now out of date.  Plus zap paths were out also out of date.
This commit is contained in:
maspotts 2014-11-08 20:09:34 -08:00
parent c63f65aab0
commit f85425e40d
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ class Sketchup < Cask
homepage 'http://www.sketchup.com/intl/en/'
license :unknown
suite 'SketchUp 2014'
suite 'SketchUp 2015'
zap :delete => [
'~/Library/Application Support/Google SketchUp 8',
'~/Library/Caches/com.google.sketchupfree8',
'~/Library/Application Support/SketchUp 2015',
'~/Library/Caches/com.sketchup.SketchUp.2015',
]
end