spotmenu: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:31 +01:00
parent 8a9675fd71
commit d941d07428
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,13 +1,13 @@
cask 'spotmenu' do
version '1.9'
sha256 '306fc07e2fa2987bd46eae15012808ab2341e47bc56c7b0ebef151752155fd6f'
cask "spotmenu" do
version "1.9"
sha256 "306fc07e2fa2987bd46eae15012808ab2341e47bc56c7b0ebef151752155fd6f"
url "https://github.com/kmikiy/SpotMenu/releases/download/v#{version}/SpotMenu.zip"
appcast 'https://github.com/kmikiy/SpotMenu/releases.atom'
name 'SpotMenu'
homepage 'https://github.com/kmikiy/SpotMenu'
appcast "https://github.com/kmikiy/SpotMenu/releases.atom"
name "SpotMenu"
homepage "https://github.com/kmikiy/SpotMenu"
auto_updates true
app 'SpotMenu.app'
app "SpotMenu.app"
end