catch: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:19:31 +01:00
parent 14a11d45a6
commit a1e194615b
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 'catch' do
version '1.9.4'
sha256 'a57c48fabe764c3bfe06747f669912b7e9787fa830e30b6d31640d44540c2414'
cask "catch" do
version "1.9.4"
sha256 "a57c48fabe764c3bfe06747f669912b7e9787fa830e30b6d31640d44540c2414"
# github.com/mipstian/catch/ was verified as official when first introduced to the cask
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip"
appcast 'https://github.com/mipstian/catch/releases.atom'
name 'Catch'
homepage 'https://www.giorgiocalderolla.com/index.html#catch'
appcast "https://github.com/mipstian/catch/releases.atom"
name "Catch"
homepage "https://www.giorgiocalderolla.com/index.html#catch"
app 'Catch.app'
app "Catch.app"
end