mixxx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:44 +01:00
parent 40c67a2612
commit a5f97de5f3
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 'mixxx' do
version '2.2.4'
sha256 '4baf38b866693ea1411c988ea7c1dcfabf9635179358191743109b7a27a0d4d3'
cask "mixxx" do
version "2.2.4"
sha256 "4baf38b866693ea1411c988ea7c1dcfabf9635179358191743109b7a27a0d4d3"
url "https://downloads.mixxx.org/mixxx-#{version}/mixxx-#{version}-osxintel.dmg"
appcast 'https://www.mixxx.org/download/'
name 'Mixxx'
homepage 'https://www.mixxx.org/'
appcast "https://www.mixxx.org/download/"
name "Mixxx"
homepage "https://www.mixxx.org/"
app 'Mixxx.app'
app "Mixxx.app"
end