vcv-rack: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:38:13 +01:00
parent a848409e15
commit e9f615db2a
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,11 +1,11 @@
cask 'vcv-rack' do
version '1.1.6'
sha256 '79078ca77dff41beab2247cadf22d1a9d4112b3981f8a4084923b75519664a50'
cask "vcv-rack" do
version "1.1.6"
sha256 "79078ca77dff41beab2247cadf22d1a9d4112b3981f8a4084923b75519664a50"
url "https://vcvrack.com/downloads/Rack-#{version}-mac.zip"
appcast 'https://vcvrack.com/Rack.html'
name 'VCV Rack'
homepage 'https://vcvrack.com/'
appcast "https://vcvrack.com/Rack.html"
name "VCV Rack"
homepage "https://vcvrack.com/"
app 'Rack.app'
app "Rack.app"
end