icons: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'icons' do
version '1.1'
sha256 'aff6836c0425c845afbc4d71579ebd8adf4d161f03413939ee8579b23782159a'
cask "icons" do
version "1.1"
sha256 "aff6836c0425c845afbc4d71579ebd8adf4d161f03413939ee8579b23782159a"
url "https://github.com/exherb/icons/releases/download/#{version}/icons-v#{version}-macos-x64.zip"
appcast 'https://github.com/exherb/icons/releases.atom'
name 'Icons'
homepage 'https://github.com/exherb/icons'
appcast "https://github.com/exherb/icons/releases.atom"
name "Icons"
homepage "https://github.com/exherb/icons"
app 'Icons.app'
app "Icons.app"
end