From 72e6354a8e6915cfada8d36ab26e5331fb8c46d6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:13:05 +0100 Subject: [PATCH] 0-ad: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/0-ad.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/0-ad.rb b/Casks/0-ad.rb index 11cd33ae2fc..a578d9c2a7e 100644 --- a/Casks/0-ad.rb +++ b/Casks/0-ad.rb @@ -1,12 +1,12 @@ -cask '0-ad' do - version '0.0.23b-alpha' - sha256 '5fae1331bb1778bf16e49460fb850270b6cd76bee6483078ff27582e71ab263f' +cask "0-ad" do + version "0.0.23b-alpha" + sha256 "5fae1331bb1778bf16e49460fb850270b6cd76bee6483078ff27582e71ab263f" # wildfiregames.com/ was verified as official when first introduced to the cask url "https://releases.wildfiregames.com/0ad-#{version}-osx64.dmg" - appcast 'https://play0ad.com/download/mac/' - name '0 A.D.' - homepage 'https://play0ad.com/' + appcast "https://play0ad.com/download/mac/" + name "0 A.D." + homepage "https://play0ad.com/" - app '0 A.D.app' + app "0 A.D.app" end