homebrew-cask/Casks/zeplin.rb

14 lines
311 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'zeplin' do
2015-12-08 18:15:03 +08:00
version :latest
sha256 :no_check
# downloads can be found at https://zeplin.io/support.html#download
# zpl.io is the official download host per the vendor homepage
url 'https://zpl.io/download'
name 'Zeplin'
homepage 'https://zeplin.io'
license :gratis
app 'Zeplin.app'
end