spectrum: fix RuboCop style.

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

View File

@ -1,12 +1,12 @@
cask 'spectrum' do
version '1.0.5'
sha256 'f6434f821b9c9a9384e58db5ae1dbad45922d2b63b47ea3f93651bc6dd4a9f18'
cask "spectrum" do
version "1.0.5"
sha256 "f6434f821b9c9a9384e58db5ae1dbad45922d2b63b47ea3f93651bc6dd4a9f18"
# github.com/withspectrum/spectrum/ was verified as official when first introduced to the cask
url "https://github.com/withspectrum/spectrum/releases/download/v#{version}/Spectrum-#{version}-mac.zip"
appcast 'https://spectrum.chat/apps'
name 'Spectrum'
homepage 'https://spectrum.chat/'
appcast "https://spectrum.chat/apps"
name "Spectrum"
homepage "https://spectrum.chat/"
app 'Spectrum.app'
app "Spectrum.app"
end