Update dbeaver-enterprise from 21.2.0 to 21.3.0 (#116357)

This commit is contained in:
neutric 2021-12-23 01:59:20 +01:00 committed by GitHub
parent de9a374418
commit b4a52cc202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
cask "dbeaver-enterprise" do
version "21.2.0"
sha256 "2fc2d2a91544a9559876a0849656290b02bab6d944b458eda82021184b11c914"
arch = Hardware::CPU.intel? ? "x86_64" : "aarch64"
url "https://dbeaver.com/files/#{version}/dbeaver-ee-#{version}-macos.dmg"
version "21.3.0"
if Hardware::CPU.intel?
sha256 "7ecea0a249b619c4f6e20ceebc43222b518d8b6e7a28f5cbfdc8bd25dc36dbe6"
else
sha256 "9a6b16c0d5972cec2d5a1eb58d342db933f1f1a60c3cc2c1cda3755de841f3a0"
end
url "https://dbeaver.com/files/#{version}/dbeaver-ee-#{version}-macos-#{arch}.dmg"
name "DBeaver Enterprise Edition"
desc "Universal database tool and SQL client"
homepage "https://dbeaver.com/"