homebrew-cask/Casks/zulip.rb

12 lines
258 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'zulip' do
2015-10-08 00:38:34 +08:00
version :latest
sha256 :no_check
2016-07-05 05:52:01 +08:00
# zulip.com was verified as official when first introduced to the cask
2015-10-08 00:38:34 +08:00
url 'https://zulip.com/dist/apps/mac/Zulip-latest.dmg'
name 'Zulip'
homepage 'https://www.zulip.org/'
app 'Zulip.app'
end