homebrew-cask/Casks/dbeaver-community.rb

17 lines
516 B
Ruby

cask 'dbeaver-community' do
version '6.2.0'
sha256 '417534220561b8e8099ebd699891a388dab6fbcba7d7b9610b194de98755ffbd'
# github.com/dbeaver/dbeaver was verified as official when first introduced to the cask
url "https://github.com/dbeaver/dbeaver/releases/download/#{version}/dbeaver-ce-#{version}-macos.dmg"
appcast 'https://github.com/dbeaver/dbeaver/releases.atom'
name 'DBeaver Community Edition'
homepage 'https://dbeaver.io/'
app 'DBeaver.app'
caveats do
depends_on_java '8+'
end
end