homebrew-cask/Casks/sketchupviewer.rb

11 lines
274 B
Ruby

class Sketchupviewer < Cask
version 'latest'
sha256 :no_check
# downloads can be found at http://www.sketchup.com/download/all
url 'https://dl.trimble.com/sketchup/SketchUpViewer-en.dmg'
homepage 'http://www.sketchup.com/intl/en/'
app 'SketchUpViewer.app'
end