soundboosterlite: 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 b1040cddc6
commit 135464355f
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,14 +1,14 @@
cask 'soundboosterlite' do cask "soundboosterlite" do
version :latest version :latest
sha256 :no_check sha256 :no_check
url 'https://froyosoft.com/SoundBoosterLite.zip' url "https://froyosoft.com/SoundBoosterLite.zip"
name 'FroYoSoft Sound Booster Lite' name "FroYoSoft Sound Booster Lite"
homepage 'https://froyosoft.com/soundbooster.php' homepage "https://froyosoft.com/soundbooster.php"
pkg 'SoundBoosterLite.pkg' pkg "SoundBoosterLite.pkg"
uninstall quit: 'com.froyosoft.SoundBoosterLite', uninstall quit: "com.froyosoft.SoundBoosterLite",
launchctl: 'com.froyosoft.soundboosterxpc', launchctl: "com.froyosoft.soundboosterxpc",
pkgutil: 'com.froyosoft.pkg.SoundBoosterLite' pkgutil: "com.froyosoft.pkg.SoundBoosterLite"
end end