homebrew-cask/Casks/dbeaver-community.rb

17 lines
517 B
Ruby

cask "dbeaver-community" do
version "7.1.3"
sha256 "e3fcd5b4eaecf13a6133b536bd27b42bf0d8dcf0e5f34bcb24a5ea387e76635e"
# github.com/dbeaver/dbeaver/ was verified as official when first introduced to the cask
url "https://github.com/dbeaver/dbeaver/releases/download/#{version}/dbeaver-ce-#{version}-macos.dmg"
appcast "https://github.com/dbeaver/dbeaver/releases.atom"
name "DBeaver Community Edition"
homepage "https://dbeaver.io/"
app "DBeaver.app"
caveats do
depends_on_java "8+"
end
end