homebrew-cask/Casks/sketch.rb

25 lines
1.1 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sketch' do
2016-04-26 01:32:41 +08:00
version '3.7.2'
sha256 'cf07466d5c8aaffb3e0c6d6242c3f2367b4f84d293d01064e1a7ee1a503c3429'
2016-01-18 08:30:27 +08:00
url 'http://www.sketchapp.com/static/download/sketch.zip'
2016-01-18 22:35:42 +08:00
appcast "http://www.sketchapp.com/appcast#{version.major}.xml",
2016-04-26 01:32:41 +08:00
checkpoint: 'fd79b655317e763fc7f11cbd084f0810f8c7f7c56438636207211b64f395048a'
2015-04-28 02:08:59 +08:00
name 'Sketch'
2016-01-18 08:30:27 +08:00
homepage 'http://www.sketchapp.com/'
license :commercial
2014-09-16 00:06:20 +08:00
app 'Sketch.app'
2015-05-01 18:12:26 +08:00
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',
]
2013-10-10 23:24:46 +08:00
end