Skip to content

Commit

Permalink
Merge pull request #191170 from Homebrew/bump-contentful-cli-3.3.11
Browse files Browse the repository at this point in the history
contentful-cli 3.3.11
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents 8c53d37 + 027b9b4 commit b58fe64
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.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"

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

0 comments on commit b58fe64

Please sign in to comment.