From cd0de437044796a3adeb24d674f7789221b9dab8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:33:57 +0100 Subject: [PATCH] profind: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/profind.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Casks/profind.rb b/Casks/profind.rb index fd82103d635..dd212305731 100644 --- a/Casks/profind.rb +++ b/Casks/profind.rb @@ -1,13 +1,13 @@ -cask 'profind' do - version '1.7.2' - sha256 '8f14bc06a0196ec562c4042c377a448d679a738196151ead83ab610b6a0906ff' +cask "profind" do + version "1.7.2" + sha256 "8f14bc06a0196ec562c4042c377a448d679a738196151ead83ab610b6a0906ff" url "https://www.zeroonetwenty.com/profind/downloads/ProFind#{version.no_dots}.dmg" - appcast 'https://www.zeroonetwenty.com/profind/downloads/ProFindVersionInfo.xml' - name 'ProFind' - homepage 'https://www.zeroonetwenty.com/profind/' + appcast "https://www.zeroonetwenty.com/profind/downloads/ProFindVersionInfo.xml" + name "ProFind" + homepage "https://www.zeroonetwenty.com/profind/" - depends_on macos: '>= :high_sierra' + depends_on macos: ">= :high_sierra" - app 'ProFind.app' + app "ProFind.app" end