homebrew-cask/Casks/sketchbook.rb

15 lines
498 B
Ruby
Raw Normal View History

2016-01-25 00:41:03 +08:00
cask 'sketchbook' do
version '8.0'
sha256 'e5cf66721a94f1919fcc4d52682776895b90ed6e750dfce82bae7bccc576fa02'
url "https://cdn.sketchbook.com/mac/SketchBook_v#{version}_mac.dmg"
name 'Autodesk Sketchbook'
homepage 'https://www.sketchbook.com/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "SketchBook_v#{version}_mac.pkg"
2016-01-29 06:19:33 +08:00
uninstall quit: 'com.autodesk.SketchBook',
2016-01-25 00:41:03 +08:00
pkgutil: '.*SketchBook.*'
end