homebrew-cask/Casks/dbeaver-community.rb

17 lines
523 B
Ruby

cask 'dbeaver-community' do
version '5.1.5'
sha256 '3e32efc6e678bb5caa0b289a4b3466603fa11091c163c7245de0a2be07f6bbb8'
# 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