doomsday-engine: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:22 +01:00
parent 0049f9731e
commit ed7d321de6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
cask 'doomsday-engine' do
version '2.2.2'
sha256 'da2d59a5f548bfa686a55e418c1b342997aded307e3f60bfcc20ca39344b529a'
cask "doomsday-engine" do
version "2.2.2"
sha256 "da2d59a5f548bfa686a55e418c1b342997aded307e3f60bfcc20ca39344b529a"
url "https://files.dengine.net/archive/doomsday_#{version}_x86_64.dmg"
appcast 'http://api.dengine.net/1/builds/feed'
name 'Doomsday Engine'
homepage 'https://dengine.net/'
appcast "http://api.dengine.net/1/builds/feed"
name "Doomsday Engine"
homepage "https://dengine.net/"
app 'Doomsday.app'
app 'Doomsday Shell.app'
app "Doomsday.app"
app "Doomsday Shell.app"
end