Skip to content

Commit

Permalink
Merge pull request #203736 from Homebrew/bump-cubejs-cli-1.1.13
Browse files Browse the repository at this point in the history
cubejs-cli 1.1.13
  • Loading branch information
BrewTestBot authored Jan 9, 2025
2 parents 4b6c0b3 + 9283df4 commit fc88859
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-1.1.12.tgz"
sha256 "23dbb2a78893c5bb6fa93ac2c02845342db152ea27177168530a359f4465eac9"
url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-1.1.13.tgz"
sha256 "bbbbb95bc0100516ff168642a578cb6a9fa72ab4802f5507ec7f7db7723773ff"
license "Apache-2.0"

bottle do
sha256 cellar: :any, arm64_sequoia: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
sha256 cellar: :any, arm64_sonoma: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
sha256 cellar: :any, arm64_ventura: "3e8f404a7bcc751e13deb1880cb83631c2fd91e73f9055517d2f0263c91d6622"
sha256 cellar: :any, sonoma: "975033962ec61d796f892edb03877d718947e3f5fa047f0d247b1e84e423b65b"
sha256 cellar: :any, ventura: "975033962ec61d796f892edb03877d718947e3f5fa047f0d247b1e84e423b65b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "292b319e98fccd62aff05dc9b7806250d6eb8366e2eeaa5693742013f7555929"
sha256 cellar: :any, arm64_sequoia: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
sha256 cellar: :any, arm64_sonoma: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
sha256 cellar: :any, arm64_ventura: "c08fb4600c9ee4fc88f0c81b988746b1edfd895f524632cc06cdfc2322421e14"
sha256 cellar: :any, sonoma: "04eb3152056a332e07a57678b9e80107bd1df4e1d8a8fa3d932477d757d4b976"
sha256 cellar: :any, ventura: "04eb3152056a332e07a57678b9e80107bd1df4e1d8a8fa3d932477d757d4b976"
sha256 cellar: :any_skip_relocation, x86_64_linux: "44cf5611166351ddca9a424f0fe4d2a733c5f24cb7cf1d3c51b344f44f12af57"
end

depends_on "node"
Expand Down

0 comments on commit fc88859

Please sign in to comment.