Skip to content

Commit fc88859

Browse files
authored
Merge pull request #203736 from Homebrew/bump-cubejs-cli-1.1.13
cubejs-cli 1.1.13
2 parents 4b6c0b3 + 9283df4 commit fc88859

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.12.tgz"
5-
sha256 "23dbb2a78893c5bb6fa93ac2c02845342db152ea27177168530a359f4465eac9"
4+
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.1.13.tgz"
5+
sha256 "bbbbb95bc0100516ff168642a578cb6a9fa72ab4802f5507ec7f7db7723773ff"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
10-
sha256 cellar: :any, arm64_sonoma: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
11-
sha256 cellar: :any, arm64_ventura: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
12-
sha256 cellar: :any, sonoma: "975033962ec61d796f892edb03877d718947e3f5fa047f0d247b1e84e423b65b"
13-
sha256 cellar: :any, ventura: "975033962ec61d796f892edb03877d718947e3f5fa047f0d247b1e84e423b65b"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "292b319e98fccd62aff05dc9b7806250d6eb8366e2eeaa5693742013f7555929"
9+
sha256 cellar: :any, arm64_sequoia: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
10+
sha256 cellar: :any, arm64_sonoma: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
11+
sha256 cellar: :any, arm64_ventura: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
12+
sha256 cellar: :any, sonoma: "04eb3152056a332e07a57678b9e80107bd1df4e1d8a8fa3d932477d757d4b976"
13+
sha256 cellar: :any, ventura: "04eb3152056a332e07a57678b9e80107bd1df4e1d8a8fa3d932477d757d4b976"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "44cf5611166351ddca9a424f0fe4d2a733c5f24cb7cf1d3c51b344f44f12af57"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)