Skip to content

Commit

Permalink
Merge pull request #197655 from Homebrew/bump-contentful-cli-3.5.5
Browse files Browse the repository at this point in the history
contentful-cli 3.5.5
  • Loading branch information
BrewTestBot authored Nov 14, 2024
2 parents f08f16a + 043180f commit 85f46cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/contentful-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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"
Expand Down

0 comments on commit 85f46cc

Please sign in to comment.