From 473b387dfce13bc2a70bab448bb9febaa933f4de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:41:47 +0000 Subject: [PATCH 1/2] cubejs-cli 0.36.11 --- Formula/c/cubejs-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index cda787df5b61..8dc178675183 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -1,8 +1,8 @@ class CubejsCli < Formula desc "Cube.js command-line interface" homepage "https://cube.dev/" - url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.36.10.tgz" - sha256 "067389e70b60f4138652cc19e006ffc7b31869266b9ea6185f08b33a040823bb" + url "https://registry.npmjs.org/cubejs-cli/-/cubejs-cli-0.36.11.tgz" + sha256 "7641ca7a56ca45c9c942dee823676dddff84efe350915c0448a13c9b80d6ca08" license "Apache-2.0" bottle do From 7b0ddf2978ac95e220184c69a55f51c34e0f2678 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:07:41 +0000 Subject: [PATCH 2/2] cubejs-cli: update 0.36.11 bottle. --- Formula/c/cubejs-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cubejs-cli.rb b/Formula/c/cubejs-cli.rb index 8dc178675183..5b1548c67de9 100644 --- a/Formula/c/cubejs-cli.rb +++ b/Formula/c/cubejs-cli.rb @@ -6,12 +6,12 @@ class CubejsCli < Formula license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "025c5d4a4d07961280465fb27068b65852ce0e017a5cb7e3d553651fb04fae55" - sha256 cellar: :any, arm64_sonoma: "025c5d4a4d07961280465fb27068b65852ce0e017a5cb7e3d553651fb04fae55" - sha256 cellar: :any, arm64_ventura: "025c5d4a4d07961280465fb27068b65852ce0e017a5cb7e3d553651fb04fae55" - sha256 cellar: :any, sonoma: "df94d25a63c97c409398c28f04b3aa66992a42914849e6629b67b2fda6c69940" - sha256 cellar: :any, ventura: "df94d25a63c97c409398c28f04b3aa66992a42914849e6629b67b2fda6c69940" - sha256 cellar: :any_skip_relocation, x86_64_linux: "74d6a0b32ea087d9b39649d5e8708cbabfb6ceaafb7e1325c7fb7832bfb8c594" + sha256 cellar: :any, arm64_sequoia: "f785d0cc72accde0fb12cf54b64f1ad259560abccc2c33fa5a99a8e45f7cf9d8" + sha256 cellar: :any, arm64_sonoma: "f785d0cc72accde0fb12cf54b64f1ad259560abccc2c33fa5a99a8e45f7cf9d8" + sha256 cellar: :any, arm64_ventura: "f785d0cc72accde0fb12cf54b64f1ad259560abccc2c33fa5a99a8e45f7cf9d8" + sha256 cellar: :any, sonoma: "f096bc40c3c3e1db28b59d93a9302a309c8aa7cdde6364883ac640144ecdd107" + sha256 cellar: :any, ventura: "f096bc40c3c3e1db28b59d93a9302a309c8aa7cdde6364883ac640144ecdd107" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8a824e24e1efe3b81bc263e2ba715963da2847622c316664bee9b618a34eda4e" end depends_on "node"