You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
319 B
11 lines
319 B
cask 'dbeaver-community' do
|
|
version '3.5.6'
|
|
sha256 '416b55adfa76a8d31a652126ad543107866e1e233d1e162fd437591ceaf0e9df'
|
|
|
|
url "http://dbeaver.jkiss.org/files/#{version}/dbeaver-ce-#{version}-macos.dmg"
|
|
name 'DBeaver Community Edition'
|
|
homepage 'http://dbeaver.jkiss.org/'
|
|
license :oss
|
|
|
|
app 'Dbeaver.app'
|
|
end
|
|
|