matterhorn: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:02 +01:00
parent a387d45170
commit 8375a8875f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
cask 'matterhorn' do
version '50200.9.0'
sha256 '5433f2ba56941b2ee7b6fe103d0545ff6355a2e601caba57640a106232266c28'
cask "matterhorn" do
version "50200.9.0"
sha256 "5433f2ba56941b2ee7b6fe103d0545ff6355a2e601caba57640a106232266c28"
url "https://github.com/matterhorn-chat/matterhorn/releases/download/#{version}/matterhorn-#{version}-Darwin-x86_64.tar.bz2"
appcast 'https://github.com/matterhorn-chat/matterhorn/releases.atom'
name 'Matterhorn'
homepage 'https://github.com/matterhorn-chat/matterhorn'
appcast "https://github.com/matterhorn-chat/matterhorn/releases.atom"
name "Matterhorn"
homepage "https://github.com/matterhorn-chat/matterhorn"
binary "matterhorn-#{version}-Darwin-x86_64/matterhorn"
end