homebrew-cask/Casks/zulip.rb

16 lines
565 B
Ruby

cask 'zulip' do
version '1.3.0-beta'
sha256 'dae94d80307256e7b756e69feafc9db0a3fe7ccbc9c5ff472236ef6d5121a776'
# github.com/zulip/zulip-electron was verified as official when first introduced to the cask
url "https://github.com/zulip/zulip-electron/releases/download/v#{version}/Zulip-#{version}-mac.zip"
appcast 'https://github.com/zulip/zulip-electron/releases.atom',
checkpoint: 'd12d339f206fd44197f395f720ff297815daace0f97755b190ff8b37b650c91e'
name 'Zulip'
homepage 'https://zulipchat.com/'
auto_updates true
app 'Zulip.app'
end