ableton-live-standard: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:18 +01:00
parent 01492be2b8
commit ed008f5451
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,16 +1,16 @@
cask 'ableton-live-standard' do
version '10.1.15'
sha256 '5fb22be292e64f84915bbe26be89f242ba53f3f54a1fb5d90fc0d25d367e5cee'
cask "ableton-live-standard" do
version "10.1.15"
sha256 "5fb22be292e64f84915bbe26be89f242ba53f3f54a1fb5d90fc0d25d367e5cee"
url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_64.dmg"
appcast "https://www.ableton.com/en/release-notes/live-#{version.major}/"
name 'Ableton Live Standard'
homepage 'https://www.ableton.com/en/live/'
name "Ableton Live Standard"
homepage "https://www.ableton.com/en/live/"
auto_updates true
app "Ableton Live #{version.major} Standard.app"
zap trash: '~/Library/*/*[Aa]bleton*',
rmdir: '~/Music/Ableton/Factory Packs'
zap trash: "~/Library/*/*[Aa]bleton*",
rmdir: "~/Music/Ableton/Factory Packs"
end