sound-siphon: fix RuboCop style.

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

View File

@ -1,12 +1,12 @@
cask 'sound-siphon' do
version '3.2.3,5876'
sha256 '0e5e955a2976963580d14d1711263a8d0688a1160e4cbd147f848fa2e098e8f7'
cask "sound-siphon" do
version "3.2.3,5876"
sha256 "0e5e955a2976963580d14d1711263a8d0688a1160e4cbd147f848fa2e098e8f7"
# staticz.net/ was verified as official when first introduced to the cask
url "https://staticz.com/download/#{version.after_comma}/"
appcast "http://staticz.net/updates/soundsiphon#{version.major}.rss"
name 'SoundSiphon'
homepage 'https://staticz.com/soundsiphon/'
name "SoundSiphon"
homepage "https://staticz.com/soundsiphon/"
app 'Sound Siphon.app'
app "Sound Siphon.app"
end