You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
637 B
18 lines
637 B
cask 'sketchup-pro' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# downloads can be found at http://www.sketchup.com/download/all
|
|
# trimble.com/sketchup was verified as official when first introduced to the cask
|
|
url 'https://dl.trimble.com/sketchup/SketchUpPro-en.dmg'
|
|
name 'SketchUp'
|
|
homepage 'https://www.sketchup.com/intl/en/'
|
|
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
suite 'SketchUp 2016'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/SketchUp 2016',
|
|
'~/Library/Caches/com.sketchup.SketchUp.2016',
|
|
]
|
|
end
|
|
|