homebrew-cask/Casks/sketchupviewer.rb

14 lines
504 B
Ruby
Raw Normal View History

2014-11-14 01:26:57 +08:00
cask :v1 => 'sketchupviewer' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
# trimble.com is the official download host per the vendor homepage
# downloads can be found at http://www.sketchup.com/download/all
url 'https://dl.trimble.com/sketchup/SketchUpViewer-en.dmg'
2015-01-30 03:11:42 +08:00
name 'SketchUpViewer'
2015-06-29 14:32:18 +08:00
homepage 'https://www.sketchup.com/products/sketchup-viewer'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:20 +08:00
app 'SketchUpViewer.app'
end