homebrew-cask/Casks/sketch.rb

24 lines
1.1 KiB
Ruby

cask 'sketch' do
version '43.1'
sha256 '7e80b4c708665e285048fa2668a11556fd0fbf7d165709f9af46ca7011bec52f'
url "https://download.sketchapp.com/sketch-#{version}.zip"
appcast 'https://www.sketchapp.com/appcast3.xml',
checkpoint: 'c1bdb28e1371ef7fc9bee914c201d8912e8f64adf7380c283233f21946f252c7'
name 'Sketch'
homepage 'https://www.sketchapp.com/'
app 'Sketch.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.bohemiancoding.sketch3.sfl',
'~/Library/Application Support/com.bohemiancoding.sketch3',
'~/Library/Caches/com.bohemiancoding.sketch3',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.bohemiancoding.sketch3',
'~/Library/Logs/com.bohemiancoding.sketch3',
'~/Library/Preferences/com.bohemiancoding.sketch3.LSSharedFileList.plist',
'~/Library/Preferences/com.bohemiancoding.sketch3.plist',
'~/Library/Cookies/com.bohemiancoding.sketch3.binarycookies',
]
end