From 5d4973913a8bc642f58b1868d59272c4cdf865fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 14 Nov 2024 03:33:13 +0000 Subject: [PATCH 1/2] contentful-cli 3.5.5 --- Formula/c/contentful-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/contentful-cli.rb b/Formula/c/contentful-cli.rb index 7f40b4a2ac3ce..1293c2b90a99a 100644 --- a/Formula/c/contentful-cli.rb +++ b/Formula/c/contentful-cli.rb @@ -1,8 +1,8 @@ class ContentfulCli < Formula desc "Contentful command-line tools" homepage "https://github.com/contentful/contentful-cli" - url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.5.4.tgz" - sha256 "5626345775f1a9d48304931f958b8419ad855de4ffeb2fc76dfa8ad2759b5772" + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.5.5.tgz" + sha256 "cf78ac0bcdb2838e6d93236f764e5e7f5416455d75e63d7385e8e472ac2e4f04" license "MIT" head "https://github.com/contentful/contentful-cli.git", branch: "master" From 043180f4c997c5e48dfafd4d7b0deb9cb5c93c28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:24:22 +0000 Subject: [PATCH 2/2] contentful-cli: update 3.5.5 bottle. --- Formula/c/contentful-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/contentful-cli.rb b/Formula/c/contentful-cli.rb index 1293c2b90a99a..0863e8abd6a64 100644 --- a/Formula/c/contentful-cli.rb +++ b/Formula/c/contentful-cli.rb @@ -7,12 +7,12 @@ class ContentfulCli < Formula head "https://github.com/contentful/contentful-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c025455fccc0d1ebd01a769582f9c71fe7393ed2030f6d3e76d4ef25a5bbdf3d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c025455fccc0d1ebd01a769582f9c71fe7393ed2030f6d3e76d4ef25a5bbdf3d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c025455fccc0d1ebd01a769582f9c71fe7393ed2030f6d3e76d4ef25a5bbdf3d" - sha256 cellar: :any_skip_relocation, sonoma: "71739011b0aebb96eb436ef65d9334e9f0ce526764f1a5311d095d1bacc9f645" - sha256 cellar: :any_skip_relocation, ventura: "71739011b0aebb96eb436ef65d9334e9f0ce526764f1a5311d095d1bacc9f645" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c025455fccc0d1ebd01a769582f9c71fe7393ed2030f6d3e76d4ef25a5bbdf3d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "379808a6a443e622b70430d99e86b4b6ddbf4a3d444ce474b0a6285042543204" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "379808a6a443e622b70430d99e86b4b6ddbf4a3d444ce474b0a6285042543204" + sha256 cellar: :any_skip_relocation, arm64_ventura: "379808a6a443e622b70430d99e86b4b6ddbf4a3d444ce474b0a6285042543204" + sha256 cellar: :any_skip_relocation, sonoma: "2b04e6ff56961497324dea8ec5b1b62d7d5caa240a7df2f705b79fb22d18878b" + sha256 cellar: :any_skip_relocation, ventura: "2b04e6ff56961497324dea8ec5b1b62d7d5caa240a7df2f705b79fb22d18878b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "379808a6a443e622b70430d99e86b4b6ddbf4a3d444ce474b0a6285042543204" end depends_on "node"