homebrew-cask/Casks/zeplin.rb

20 lines
520 B
Ruby

cask 'zeplin' do
version '2.2.6,616'
sha256 'f3bdcca3aaccc77137f423e331d332de706937318b4b25b2852c1ad4ebe47688'
url 'https://api.zeplin.io/urls/download-mac'
appcast 'https://rink.hockeyapp.net/api/2/apps/8926efffe734b6d303d09f41d90c34fc'
name 'Zeplin'
homepage 'https://zeplin.io/'
auto_updates true
app 'Zeplin.app'
zap trash: [
'~/Library/Logs/Zeplin',
'~/Library/Caches/io.zeplin.osx',
'~/Library/Preferences/io.zeplin.osx.plist',
]
end