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.7.5'
|
|
sha256 '7f33cc34cc00f214954d43205fe1812f4b64fc17888c8474cda93417c556f327'
|
|
|
|
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
|
|
|