automute: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:17:01 +01:00
parent 5ebd6b1d45
commit b54d883e8c
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 'automute' do
version '1.1'
sha256 '9c9991790d947cb75c3e21088392c5cfe0d4da0bbc631b5d10abe1fc20353130'
cask "automute" do
version "1.1"
sha256 "9c9991790d947cb75c3e21088392c5cfe0d4da0bbc631b5d10abe1fc20353130"
url "https://github.com/Lorenzo45/AutoMute/releases/download/v#{version}/AutoMute.zip"
appcast 'https://github.com/Lorenzo45/AutoMute/releases.atom'
name 'AutoMute'
homepage 'https://github.com/Lorenzo45/AutoMute'
appcast "https://github.com/Lorenzo45/AutoMute/releases.atom"
name "AutoMute"
homepage "https://github.com/Lorenzo45/AutoMute"
app 'AutoMute.app'
app "AutoMute.app"
end