dcp-o-matic: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:44 +01:00
parent ca13cff3d7
commit 7f94640ab4
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
cask 'dcp-o-matic' do
version '2.14.33'
sha256 '5fee8351980b3c4f7557e397824ed4db8ab903ac1262541d1f10a9716df66940'
cask "dcp-o-matic" do
version "2.14.33"
sha256 "5fee8351980b3c4f7557e397824ed4db8ab903ac1262541d1f10a9716df66940"
url "https://dcpomatic.com/dl.php?id=osx-10.9-main&version=#{version}"
appcast 'https://dcpomatic.com/download'
name 'DCP-o-matic'
homepage 'https://dcpomatic.com/'
appcast "https://dcpomatic.com/download"
name "DCP-o-matic"
homepage "https://dcpomatic.com/"
app "DCP-o-matic #{version.major}.app"
end