Skip to content

Commit

Permalink
Merge pull request #191098 from Homebrew/bump-cubejs-cli-0.36.2
Browse files Browse the repository at this point in the history
cubejs-cli 0.36.2
  • Loading branch information
BrewTestBot committed Sep 18, 2024
2 parents bd69439 + f0a0e31 commit 0f9d969
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cubejs-cli.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class CubejsCli < Formula
desc "Cube.js command-line interface"
homepage "https://cube.dev/"
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.36.1.tgz"
sha256 "a8c3d96f7e22c88d58a12474afe6841da9b68ff9bc2a1112eeec56cf64fc014b"
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.36.2.tgz"
sha256 "2e7550562312db60267429fa5e6511ff680a4d0641d1f7f34d1f9af36d8f5249"
license "Apache-2.0"

bottle do
sha256 cellar: :any, arm64_sequoia: "daa289e96a461fe8e8fdc6b702ae7fe227aaff126c2f841b74e6b73a74d81a11"
sha256 cellar: :any, arm64_sonoma: "daa289e96a461fe8e8fdc6b702ae7fe227aaff126c2f841b74e6b73a74d81a11"
sha256 cellar: :any, arm64_ventura: "daa289e96a461fe8e8fdc6b702ae7fe227aaff126c2f841b74e6b73a74d81a11"
sha256 cellar: :any, sonoma: "53c0558a0989aedbed7e932109249ddc4c8d9ef479a52ba42581d67f9899b3a3"
sha256 cellar: :any, ventura: "53c0558a0989aedbed7e932109249ddc4c8d9ef479a52ba42581d67f9899b3a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "643731db8ae85a6240f4137c6e8f5dd7a5223889cc279d37c0ddd0d9402f409d"
sha256 cellar: :any, arm64_sequoia: "a9f8e64f45e04d66b5ce8ab6ee6fe4cb2a93cc72006602668e243715be34d052"
sha256 cellar: :any, arm64_sonoma: "a9f8e64f45e04d66b5ce8ab6ee6fe4cb2a93cc72006602668e243715be34d052"
sha256 cellar: :any, arm64_ventura: "a9f8e64f45e04d66b5ce8ab6ee6fe4cb2a93cc72006602668e243715be34d052"
sha256 cellar: :any, sonoma: "b07f2ed8cd6339532826e5090674a169b05140fbf74a40e8264f1fc33dfe6d29"
sha256 cellar: :any, ventura: "b07f2ed8cd6339532826e5090674a169b05140fbf74a40e8264f1fc33dfe6d29"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b92f30d8d9a36986bf663748da778abc1b0fcf988b785d260ab1d83c984c7ed"
end

depends_on "node"
Expand Down

0 comments on commit 0f9d969

Please sign in to comment.