synthesia: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:04 +01:00
parent 3e19f1cad0
commit 872dfeef76
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 11 additions and 11 deletions

View File

@ -1,18 +1,18 @@
cask 'synthesia' do
version '10.6'
sha256 '53b3f9f0cbf4ff73738e859bd933aa6c15b245af6ff5e841843cde574e591bc0'
cask "synthesia" do
version "10.6"
sha256 "53b3f9f0cbf4ff73738e859bd933aa6c15b245af6ff5e841843cde574e591bc0"
# synthesia.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://synthesia.s3.amazonaws.com/files/Synthesia-#{version}.dmg"
appcast 'https://feeds.feedburner.com/SynthesiaNews'
name 'Synthesia'
homepage 'https://www.synthesiagame.com/'
appcast "https://feeds.feedburner.com/SynthesiaNews"
name "Synthesia"
homepage "https://www.synthesiagame.com/"
app 'Synthesia.app'
app "Synthesia.app"
zap trash: [
'~/Library/Application Support/Synthesia',
'~/Library/Autosave Information/com.synthesiallc.synthesia.plist',
'~/Library/Saved Application State/com.synthesiallc.synthesia.savedState',
]
"~/Library/Application Support/Synthesia",
"~/Library/Autosave Information/com.synthesiallc.synthesia.plist",
"~/Library/Saved Application State/com.synthesiallc.synthesia.savedState",
]
end