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.
10 lines
264 B
10 lines
264 B
class SketchupPro < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
# downloads can be found at http://www.sketchup.com/download/all
|
|
url 'https://dl.trimble.com/sketchup/SketchUpPro-en.dmg'
|
|
homepage 'http://www.sketchup.com/intl/en/'
|
|
|
|
link 'SketchUp 2014'
|
|
end
|
|
|