homebrew-cask/Casks/dbeaver-community.rb

17 lines
523 B
Ruby

cask 'dbeaver-community' do
version '5.2.3'
sha256 '59696df710ad15e98232726be5009320e242f9bbcaa9858ae1f4336ec124d1d2'
# 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.jkiss.org/'
app 'DBeaver.app'
caveats do
depends_on_java '8+'
end
end