sim-genie: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:55 +01:00
parent 297cc0a80e
commit 6215bc87d7
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 'sim-genie' do
version '2020.3.223'
sha256 '3955c8cf54e2a5f2952b0a5ae03225bca975a2cca1a4b1a6fb1e9c2d88d61536'
cask "sim-genie" do
version "2020.3.223"
sha256 "3955c8cf54e2a5f2952b0a5ae03225bca975a2cca1a4b1a6fb1e9c2d88d61536"
# d1b3av25dd6jdq.cloudfront.net/ was verified as official when first introduced to the cask
url "https://d1b3av25dd6jdq.cloudfront.net/releases/macos/SimGenie.#{version}.zip"
appcast 'https://simgenie.app/releases/macos/appcast.xml'
name 'Sim Genie'
homepage 'https://simgenie.app/'
appcast "https://simgenie.app/releases/macos/appcast.xml"
name "Sim Genie"
homepage "https://simgenie.app/"
app 'Sim Genie.app'
app "Sim Genie.app"
end