zulip: switch to `verified` parameter

This commit is contained in:
Markus Reiter 2020-12-12 05:23:16 +01:00
parent 2ec7900f85
commit cecfcfbf4b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask "zulip" do
version "5.5.0"
sha256 "fd1d1ca0a42cc1d8fb096dbf3e7a3ad70f45e077dffcd82914dcc5de26716cd5"
# github.com/zulip/zulip-desktop/ was verified as official when first introduced to the cask
url "https://github.com/zulip/zulip-desktop/releases/download/v#{version}/Zulip-#{version}.dmg"
url "https://github.com/zulip/zulip-desktop/releases/download/v#{version}/Zulip-#{version}.dmg",
verified: "github.com/zulip/zulip-desktop/"
appcast "https://github.com/zulip/zulip-desktop/releases.atom"
name "Zulip"
desc "Desktop client for the Zulip open source team chat platform"