From e20b99c50a4020b981b4e2018f1efd328fde8a3a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:30:28 +0000 Subject: [PATCH 1/2] contentful-cli 3.3.11 --- 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 bd9b205553f6..b5fe1a9adddb 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.3.10.tgz" - sha256 "fdbea646b4491b3cceba22c6bfc303955f749e4bbd591836366d0e80af8ab088" + url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.3.11.tgz" + sha256 "12707b6e4c8f6e87ed9a72894b4b6d1a737696f30af79ce9880d66e4d059e387" license "MIT" head "https://github.com/contentful/contentful-cli.git", branch: "master" From 027b9b470bdba929dc324269bf54b30a97859ab7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:27:09 +0000 Subject: [PATCH 2/2] contentful-cli: update 3.3.11 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 b5fe1a9adddb..f4609d2a9f44 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: "73f2b96be31ed2b01103374dffc609eba2ee0d49dab2f800d5f9d95a65ed058d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73f2b96be31ed2b01103374dffc609eba2ee0d49dab2f800d5f9d95a65ed058d" - sha256 cellar: :any_skip_relocation, arm64_ventura: "73f2b96be31ed2b01103374dffc609eba2ee0d49dab2f800d5f9d95a65ed058d" - sha256 cellar: :any_skip_relocation, sonoma: "8b553df5049a15b0d6b3a674aeff56bbae8a675933769f2bc56237e3d581eb72" - sha256 cellar: :any_skip_relocation, ventura: "8b553df5049a15b0d6b3a674aeff56bbae8a675933769f2bc56237e3d581eb72" - sha256 cellar: :any_skip_relocation, x86_64_linux: "73f2b96be31ed2b01103374dffc609eba2ee0d49dab2f800d5f9d95a65ed058d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "35b0e65d9e7b3a0665948dff67949409300e3f9829930216eb234ce5024ca726" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "35b0e65d9e7b3a0665948dff67949409300e3f9829930216eb234ce5024ca726" + sha256 cellar: :any_skip_relocation, arm64_ventura: "35b0e65d9e7b3a0665948dff67949409300e3f9829930216eb234ce5024ca726" + sha256 cellar: :any_skip_relocation, sonoma: "97b49347ef9627f80ba01d23a2ce81c598001c3c4329ee41e0526d7d40db36bc" + sha256 cellar: :any_skip_relocation, ventura: "97b49347ef9627f80ba01d23a2ce81c598001c3c4329ee41e0526d7d40db36bc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35b0e65d9e7b3a0665948dff67949409300e3f9829930216eb234ce5024ca726" end depends_on "node"