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.6.9'
|
|
sha256 '5ccaea209f4c10ea241f7f00bb9e342fd3eca4b5c393299c147b0c9fa0c83311'
|
|
|
|
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
|
|
|