steveschow-gfxcardstatus: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:44 +01:00
parent c3036745ed
commit 958b1ec022
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,11 +1,11 @@
cask 'steveschow-gfxcardstatus' do
version '2.4.4i'
sha256 '69c0d6602808cca60158a6d833eab8d82d59f683d3c25de34d977c83fe208dd0'
cask "steveschow-gfxcardstatus" do
version "2.4.4i"
sha256 "69c0d6602808cca60158a6d833eab8d82d59f683d3c25de34d977c83fe208dd0"
url "https://github.com/steveschow/gfxCardStatus/releases/download/v#{version}/gfxCardStatus.app.zip"
appcast 'https://github.com/steveschow/gfxCardStatus/releases.atom'
name 'gfxCardStatus'
homepage 'https://github.com/steveschow/gfxCardStatus'
appcast "https://github.com/steveschow/gfxCardStatus/releases.atom"
name "gfxCardStatus"
homepage "https://github.com/steveschow/gfxCardStatus"
app 'gfxCardStatus.app'
app "gfxCardStatus.app"
end