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.1'
|
|
sha256 '2c9198cfc9519d3197c08787e1a4c4b7e4a9bac1fcf35b09fe52dc0290e72295'
|
|
|
|
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
|
|
|