homebrew-cask/Casks/sketchbook.rb

14 lines
387 B
Ruby
Raw Normal View History

2016-01-25 00:41:03 +08:00
cask 'sketchbook' do
2017-01-21 15:30:49 +08:00
version '8.3.1'
sha256 '6827167edbfc04cabe44bdcacb2f21fa8d94960bcad8032959754849a54def4f'
2016-01-25 00:41:03 +08:00
url "https://cdn.sketchbook.com/mac/SketchBook_v#{version}_mac.dmg"
name 'Autodesk Sketchbook'
homepage 'https://www.sketchbook.com/'
2016-01-25 00:41:03 +08:00
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