From 6cad81556adde2185ce377c62956fffbb9fa5ca2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:38:40 +0100 Subject: [PATCH] whalebird: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/whalebird.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/whalebird.rb b/Casks/whalebird.rb index 3516f4efc13..bd4c3f26422 100644 --- a/Casks/whalebird.rb +++ b/Casks/whalebird.rb @@ -1,12 +1,12 @@ -cask 'whalebird' do - version '4.2.0' - sha256 '152bc4d3cb9a3e0456ab833b9b634ca02d936d0e4a51ffc319e43d27a2d8e9e4' +cask "whalebird" do + version "4.2.0" + sha256 "152bc4d3cb9a3e0456ab833b9b634ca02d936d0e4a51ffc319e43d27a2d8e9e4" # github.com/h3poteto/whalebird-desktop/ was verified as official when first introduced to the cask url "https://github.com/h3poteto/whalebird-desktop/releases/download/#{version}/Whalebird-#{version}-darwin-x64.dmg" - appcast 'https://github.com/h3poteto/whalebird-desktop/releases.atom' - name 'Whalebird' - homepage 'https://whalebird.social/' + appcast "https://github.com/h3poteto/whalebird-desktop/releases.atom" + name "Whalebird" + homepage "https://whalebird.social/" - app 'Whalebird.app' + app "Whalebird.app" end