Skip to content

Commit 0c53cc1

Browse files
authored
Merge pull request #197040 from Homebrew/bump-cubejs-cli-1.1.3
cubejs-cli 1.1.3
2 parents 36c256b + 0bc4cdd commit 0c53cc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cubejs-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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-1.1.2.tgz"
5-
sha256 "66a3da2077ba707d12778e5e2298451a88b225c6fbf3abb9fa6b761ab24056c2"
4+
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.1.3.tgz"
5+
sha256 "032a1ae157b1d6f6ebc9c3f16cc90769f7f32295ed572839d23c921c046a3bc6"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "893fc102f44b102c79f655fcec010140765c5ce5920b734b431eb1ab5a4375ca"
10-
sha256 cellar: :any, arm64_sonoma: "893fc102f44b102c79f655fcec010140765c5ce5920b734b431eb1ab5a4375ca"
11-
sha256 cellar: :any, arm64_ventura: "893fc102f44b102c79f655fcec010140765c5ce5920b734b431eb1ab5a4375ca"
12-
sha256 cellar: :any, sonoma: "9ef594f406ba12cb5d487beea0d99f30622e519aabcfb29223cf3d2abce11609"
13-
sha256 cellar: :any, ventura: "9ef594f406ba12cb5d487beea0d99f30622e519aabcfb29223cf3d2abce11609"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1082a8b71ca775580a9b4af44dfc8f92d458d9eda6525f194f1d008655173344"
9+
sha256 cellar: :any, arm64_sequoia: "8d425c52ff032d0fa3bdb4da5d23173f342dfaa8471c8683326d4d266cbe6302"
10+
sha256 cellar: :any, arm64_sonoma: "8d425c52ff032d0fa3bdb4da5d23173f342dfaa8471c8683326d4d266cbe6302"
11+
sha256 cellar: :any, arm64_ventura: "8d425c52ff032d0fa3bdb4da5d23173f342dfaa8471c8683326d4d266cbe6302"
12+
sha256 cellar: :any, sonoma: "19399dc245fc4b4242c9d5c0471ce3d92ab9dbebb7aa9b20d2699f6760f958e3"
13+
sha256 cellar: :any, ventura: "19399dc245fc4b4242c9d5c0471ce3d92ab9dbebb7aa9b20d2699f6760f958e3"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ecc8f4b5d1ba47df48c33a7a8e82466e4edea5142eb2deef86f73a09daffeeed"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)