kmbmpdc: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:28:25 +01:00
parent 3c76958232
commit e30c249132
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
cask 'kmbmpdc' do
version '2.0.1'
sha256 '6a0c00c1b7801465f203508926911d91d99e3fc25c4bebfebae3edaeb678cfdd'
cask "kmbmpdc" do
version "2.0.1"
sha256 "6a0c00c1b7801465f203508926911d91d99e3fc25c4bebfebae3edaeb678cfdd"
url "https://github.com/arttuperala/kmbmpdc/releases/download/v#{version}/kmbmpdc.tar.gz"
appcast 'https://github.com/arttuperala/kmbmpdc/releases.atom'
name 'kmbmpdc'
homepage 'https://github.com/arttuperala/kmbmpdc'
appcast "https://github.com/arttuperala/kmbmpdc/releases.atom"
name "kmbmpdc"
homepage "https://github.com/arttuperala/kmbmpdc"
auto_updates true
depends_on macos: '>= :el_capitan'
depends_on macos: ">= :el_capitan"
app 'kmbmpdc.app'
app "kmbmpdc.app"
end