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-09-30 20:40:13 +08:00
version '8.5.0'
sha256 'adf0b2185c1a24fc78cad597d5c02decc6b23c50894fbb7827b680cc0601729d'
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