Skip to content

Commit cd45868

Browse files
authored
Merge pull request #182685 from Homebrew/bump-cubejs-cli-0.35.78
cubejs-cli 0.35.78
2 parents d3830e7 + e112bfa commit cd45868

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cubejs-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class CubejsCli < Formula
22
desc "Cube.js command-line interface"
33
homepage "https://cube.dev/"
4-
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.35.77.tgz"
5-
sha256 "89d38ecfe826f9fc103d967075f842241a465508e1f1a11bb0762c26c60ef228"
4+
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.35.78.tgz"
5+
sha256 "56c550b0a47eb1690a967a7d9324a6f85fc07cc978ec3ba494f5885e0fb9a16d"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sonoma: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25"
10-
sha256 cellar: :any, arm64_ventura: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25"
11-
sha256 cellar: :any, arm64_monterey: "6ca61422a1216b51594ec818fd0efa8cfc437cc565fb64810ddb1735d8913b25"
12-
sha256 cellar: :any, sonoma: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2"
13-
sha256 cellar: :any, ventura: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2"
14-
sha256 cellar: :any, monterey: "f38875f9ab506565f50754e2872fe951fde478bf87ef7daef3779482eeb3a6f2"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfd5440c22e5849b2ff2a2098d42d36aa0928132802f38e1c6df715e50fbaa6a"
9+
sha256 cellar: :any, arm64_sonoma: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b"
10+
sha256 cellar: :any, arm64_ventura: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b"
11+
sha256 cellar: :any, arm64_monterey: "18631bf3a9257bfe9a51e2eeb98578674e6a2a208fc7d256ec2c6268043a6e4b"
12+
sha256 cellar: :any, sonoma: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a"
13+
sha256 cellar: :any, ventura: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a"
14+
sha256 cellar: :any, monterey: "ac22280515f30ba6f82c8ea7c36a898873fb0da75653fbe2bdab5269ded0ae7a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1099cc8984257f6d8694940898f0a54bb5b9785af8a359bc685c8e801e3aa8d"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)