homebrew-cask/Casks/dbeaver-community.rb

17 lines
516 B
Ruby

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