sauerbraten: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:20 +01:00
parent 9b12886e4f
commit 803d7c1e4a
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 'sauerbraten' do
version '2013.01.26'
sha256 'c6807484fa0d2c42ac774b97f9b21e9eace720e4403abc11b0321b2645d3589d'
cask "sauerbraten" do
version "2013.01.26"
sha256 "c6807484fa0d2c42ac774b97f9b21e9eace720e4403abc11b0321b2645d3589d"
# sourceforge.net/sauerbraten/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/sauerbraten/sauerbraten_#{version.dots_to_underscores}_collect_edition_macosx.dmg"
appcast 'https://sourceforge.net/projects/sauerbraten/rss',
appcast "https://sourceforge.net/projects/sauerbraten/rss",
must_contain: version.dots_to_underscores
name 'Cube 2: Sauerbraten'
homepage 'http://cubeengine.com/'
name "Cube 2: Sauerbraten"
homepage "http://cubeengine.com/"
app 'Sauerbraten.app'
app "Sauerbraten.app"
end