homebrew-cask/Casks/sketchup.rb

19 lines
535 B
Ruby

cask 'sketchup' do
version :latest
sha256 :no_check
# downloads can be found at https://www.sketchup.com/download/all
# dl.trimble.com/sketchup was verified as official when first introduced to the cask
url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg'
name 'SketchUp'
homepage 'https://www.sketchup.com/'
license :gratis
suite 'SketchUp 2016'
zap delete: [
'~/Library/Application Support/SketchUp 2016',
'~/Library/Caches/com.sketchup.SketchUp.2016',
]
end