From bd2b4985579e7298b66658fec24417da50feab86 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:37:42 +0100 Subject: [PATCH] topcat: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/topcat.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Casks/topcat.rb b/Casks/topcat.rb index de5e9c8b357..24c2c5f7766 100644 --- a/Casks/topcat.rb +++ b/Casks/topcat.rb @@ -1,13 +1,13 @@ -cask 'topcat' do - version '4.7-1' - sha256 'b1d66adfe19ff15f9d27fd1da35c3652af12b6b62a29f9d1ead154f422ec5d32' +cask "topcat" do + version "4.7-1" + sha256 "b1d66adfe19ff15f9d27fd1da35c3652af12b6b62a29f9d1ead154f422ec5d32" - url 'http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.dmg' - appcast 'http://www.star.bris.ac.uk/~mbt/topcat/sun253/versions.html' - name 'TOPCAT' - homepage 'http://www.star.bris.ac.uk/~mbt/topcat/' + url "http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.dmg" + appcast "http://www.star.bris.ac.uk/~mbt/topcat/sun253/versions.html" + name "TOPCAT" + homepage "http://www.star.bris.ac.uk/~mbt/topcat/" - app 'TOPCAT.app' + app "TOPCAT.app" binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/topcat" binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/stilts" end