homebrew-cask/Casks/zeplin.rb

21 lines
551 B
Ruby

cask 'zeplin' do
version '3.1,862'
sha256 'bb2858dde9f8324d717a3f501e0057dfefcc3e58855ff9314f628b9b91f18665'
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
depends_on macos: '>= :sierra'
app 'Zeplin.app'
zap trash: [
'~/Library/Logs/Zeplin',
'~/Library/Caches/io.zeplin.osx',
'~/Library/Preferences/io.zeplin.osx.plist',
]
end