diff --git a/Casks/sketchup-pro.rb b/Casks/sketchup-pro.rb new file mode 100644 index 000000000..4f415a43b --- /dev/null +++ b/Casks/sketchup-pro.rb @@ -0,0 +1,10 @@ +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