dbeaver-enterprise: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:38 +01:00
parent e16e95ab34
commit 19b3391028
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,15 +1,15 @@
cask 'dbeaver-enterprise' do
version '7.1.0'
sha256 '020bb975764e7b62e1d4fbe9f2dcf3e9e4250d635cd84759832f48521e43864e'
cask "dbeaver-enterprise" do
version "7.1.0"
sha256 "020bb975764e7b62e1d4fbe9f2dcf3e9e4250d635cd84759832f48521e43864e"
url "https://dbeaver.com/files/#{version}/dbeaver-ee-#{version}-macos.dmg"
appcast 'https://dbeaver.com/product/version.xml'
name 'DBeaver Enterprise Edition'
homepage 'https://dbeaver.com/'
appcast "https://dbeaver.com/product/version.xml"
name "DBeaver Enterprise Edition"
homepage "https://dbeaver.com/"
app 'DBeaverEE.app'
app "DBeaverEE.app"
caveats do
depends_on_java '8+'
depends_on_java "8+"
end
end