From 958b1ec02201c4519ec230dd3d8543d8179ec47f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:36:44 +0100 Subject: [PATCH] steveschow-gfxcardstatus: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/steveschow-gfxcardstatus.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/steveschow-gfxcardstatus.rb b/Casks/steveschow-gfxcardstatus.rb index d91376fc420..9e514e024d5 100644 --- a/Casks/steveschow-gfxcardstatus.rb +++ b/Casks/steveschow-gfxcardstatus.rb @@ -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