sauce-connect: fix RuboCop style.

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

View File

@ -1,10 +1,10 @@
cask 'sauce-connect' do
version '4.5.4'
sha256 '7dd691a46a57c7c39f527688abd4825531d25a8a1c5b074f684783e397529ba6'
cask "sauce-connect" do
version "4.5.4"
sha256 "7dd691a46a57c7c39f527688abd4825531d25a8a1c5b074f684783e397529ba6"
url "https://saucelabs.com/downloads/sc-#{version}-osx.zip"
name 'Sauce Connect'
homepage 'https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy'
name "Sauce Connect"
homepage "https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy"
binary "sc-#{version}-osx/bin/sc"
end