aurora: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:56 +01:00
parent 3e2dcdaee3
commit b425bc3894
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,11 +1,11 @@
cask 'aurora' do
version '5.0.3'
sha256 '4293c5ffdf6eb8e5d7031f02b1c83238472f486fe8a964f2f62ac71c72c22eb2'
cask "aurora" do
version "5.0.3"
sha256 "4293c5ffdf6eb8e5d7031f02b1c83238472f486fe8a964f2f62ac71c72c22eb2"
url "https://www.oneperiodic.com/files/Aurora%20v#{version}.zip"
appcast "https://www.oneperiodic.com/aurora#{version.major}.xml"
name 'Aurora'
homepage 'https://www.oneperiodic.com/products/aurora/'
name "Aurora"
homepage "https://www.oneperiodic.com/products/aurora/"
app 'Aurora.app'
app "Aurora.app"
end