bootchamp: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:38 +01:00
parent bea66d0784
commit 27e0a9607d
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,11 +1,11 @@
cask 'bootchamp' do
version '1.7'
sha256 'a6494fbc9efd057d8f25ba3aa8122e2b037145cc78e1bba12c69401afc06d0bc'
cask "bootchamp" do
version "1.7"
sha256 "a6494fbc9efd057d8f25ba3aa8122e2b037145cc78e1bba12c69401afc06d0bc"
url 'https://kainjow.com/downloads/BootChamp.zip'
appcast 'https://kainjow.com/updates/bootchamp.xml'
name 'BootChamp'
homepage 'https://www.kainjow.com/'
url "https://kainjow.com/downloads/BootChamp.zip"
appcast "https://kainjow.com/updates/bootchamp.xml"
name "BootChamp"
homepage "https://www.kainjow.com/"
app 'BootChamp.app'
app "BootChamp.app"
end