commander-one: fix RuboCop style.

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

View File

@ -1,14 +1,14 @@
cask 'commander-one' do
version '2.4.2'
sha256 '969ff4d2c1679f6c18f7e38848400b27f165c4cd7d6ff0c5a2b40378b53a7e7e'
cask "commander-one" do
version "2.4.2"
sha256 "969ff4d2c1679f6c18f7e38848400b27f165c4cd7d6ff0c5a2b40378b53a7e7e"
# cdn.electronic.us/ was verified as official when first introduced to the cask
url 'https://cdn.electronic.us/products/commander/mac/download/commander.dmg'
appcast 'https://cdn.electronic.us/products/commander/mac/update/settings.xml'
name 'Commander One'
homepage 'https://mac.eltima.com/file-manager.html'
url "https://cdn.electronic.us/products/commander/mac/download/commander.dmg"
appcast "https://cdn.electronic.us/products/commander/mac/update/settings.xml"
name "Commander One"
homepage "https://mac.eltima.com/file-manager.html"
depends_on macos: '>= :yosemite'
depends_on macos: ">= :yosemite"
app 'Commander One.app'
app "Commander One.app"
end