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.
10 lines
304 B
10 lines
304 B
cask 'dbeaver-community' do
|
|
version '3.8.3'
|
|
sha256 'e10673c476b9f0849f2fb2d7f77a644922a7bd351cc2897f4bfa7561611b1b56'
|
|
|
|
url "http://dbeaver.jkiss.org/files/#{version}/dbeaver-ce-#{version}-macos.dmg"
|
|
name 'DBeaver Community Edition'
|
|
homepage 'http://dbeaver.jkiss.org/'
|
|
|
|
app 'DBeaver.app'
|
|
end
|
|
|