0-ad: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:05 +01:00
parent e9d64f9d79
commit 72e6354a8e
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,12 +1,12 @@
cask '0-ad' do
version '0.0.23b-alpha'
sha256 '5fae1331bb1778bf16e49460fb850270b6cd76bee6483078ff27582e71ab263f'
cask "0-ad" do
version "0.0.23b-alpha"
sha256 "5fae1331bb1778bf16e49460fb850270b6cd76bee6483078ff27582e71ab263f"
# wildfiregames.com/ was verified as official when first introduced to the cask
url "https://releases.wildfiregames.com/0ad-#{version}-osx64.dmg"
appcast 'https://play0ad.com/download/mac/'
name '0 A.D.'
homepage 'https://play0ad.com/'
appcast "https://play0ad.com/download/mac/"
name "0 A.D."
homepage "https://play0ad.com/"
app '0 A.D.app'
app "0 A.D.app"
end