ao: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:09 +01:00
parent dc739c6c41
commit a0a144c44d
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 'ao' do
version '6.9.0'
sha256 'c69522f78e82476540637fd3a2ab0c9de1e911530a1eb88c9cf757e933debe0e'
cask "ao" do
version "6.9.0"
sha256 "c69522f78e82476540637fd3a2ab0c9de1e911530a1eb88c9cf757e933debe0e"
url "https://github.com/klaussinani/ao/releases/download/v#{version}/Ao-#{version}.dmg"
appcast 'https://github.com/klaussinani/ao/releases.atom'
name 'Ao'
homepage 'https://github.com/klaussinani/ao'
appcast "https://github.com/klaussinani/ao/releases.atom"
name "Ao"
homepage "https://github.com/klaussinani/ao"
app 'Ao.app'
app "Ao.app"
end