homebrew-cask/Casks/dbeaver-community.rb

17 lines
523 B
Ruby

cask 'dbeaver-community' do
version '5.2.4'
sha256 'd121e1fccfa6eb64c34386331ac46b9a7d1fc7b609441a90fe9072152b40e400'
# 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