icab: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:26:36 +01:00
parent d362d5f0b7
commit 073851135a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
cask 'icab' do
version '5.9.2'
sha256 '3700c7a4078b7a867ac2037db7a0f3252056170b99f5bfd8257150c956a4f7ac'
cask "icab" do
version "5.9.2"
sha256 "3700c7a4078b7a867ac2037db7a0f3252056170b99f5bfd8257150c956a4f7ac"
# icab.clauss-net.de/ was verified as official when first introduced to the cask
url "https://icab.clauss-net.de/icab/iCab_#{version}_Intel.zip"
appcast 'http://www.icab.de/dl.php'
name 'iCab'
homepage 'http://www.icab.de/'
appcast "http://www.icab.de/dl.php"
name "iCab"
homepage "http://www.icab.de/"
app "iCab #{version} (64 Bit Intel for macOS 10.9-10.15)/iCab.app"
end