From e19d0ef5b1f3e74321ca06d6a25847232413c5a4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:19:37 +0100 Subject: [PATCH] cellprofiler: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/cellprofiler.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/cellprofiler.rb b/Casks/cellprofiler.rb index 425917c573f..95530fa9d8b 100644 --- a/Casks/cellprofiler.rb +++ b/Casks/cellprofiler.rb @@ -1,12 +1,12 @@ -cask 'cellprofiler' do - version '3.1.9' - sha256 '5500621a9c4322ece0bb80c40c6ffa44bf6dc086466ce3ed970c82639a39a955' +cask "cellprofiler" do + version "3.1.9" + sha256 "5500621a9c4322ece0bb80c40c6ffa44bf6dc086466ce3ed970c82639a39a955" # dpvpof9ygr7ad.cloudfront.net/ was verified as official when first introduced to the cask url "https://dpvpof9ygr7ad.cloudfront.net/CellProfiler-#{version}.app.zip" - appcast 'https://github.com/CellProfiler/CellProfiler/releases.atom' - name 'CellProfiler' - homepage 'https://cellprofiler.org/' + appcast "https://github.com/CellProfiler/CellProfiler/releases.atom" + name "CellProfiler" + homepage "https://cellprofiler.org/" app "CellProfiler-#{version}.app" end