eaglefiler: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:48 +01:00
parent 720bde918a
commit 5a127f15bd
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,11 +1,11 @@
cask 'eaglefiler' do
version '1.8.14'
sha256 '1040bb6388bb689227eaad5ccaa9f4f2e1961b029a8f4f8eb1f211c3a993c150'
cask "eaglefiler" do
version "1.8.14"
sha256 "1040bb6388bb689227eaad5ccaa9f4f2e1961b029a8f4f8eb1f211c3a993c150"
url "https://c-command.com/downloads/EagleFiler-#{version}.dmg"
appcast 'https://c-command.com/eaglefiler/help/version-history'
name 'EagleFiler'
homepage 'https://c-command.com/eaglefiler/'
appcast "https://c-command.com/eaglefiler/help/version-history"
name "EagleFiler"
homepage "https://c-command.com/eaglefiler/"
app 'EagleFiler.app'
app "EagleFiler.app"
end