Skip to content

Commit

Permalink
Merge pull request Homebrew#181722 from Homebrew/bump-contentful-cli-…
Browse files Browse the repository at this point in the history
…3.3.5

contentful-cli 3.3.5
  • Loading branch information
BrewTestBot authored Aug 19, 2024
2 parents ba35255 + 7a114de commit a1d339e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/contentful-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.4.tgz"
sha256 "825089b3b8f4660346c0bc5fc96caa840e55af1bb07a5f7dc1686fdcba35eeb3"
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.3.5.tgz"
sha256 "b230e0082391932f8d676c1a69d17fa0217eef9c1df6de63d67b60a6818759c5"
license "MIT"
head "https://github.com/contentful/contentful-cli.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39a74a7f2e057c6482fcd6753951cd5afc5ade75dcdd23b03444b39171593b0d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39a74a7f2e057c6482fcd6753951cd5afc5ade75dcdd23b03444b39171593b0d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "39a74a7f2e057c6482fcd6753951cd5afc5ade75dcdd23b03444b39171593b0d"
sha256 cellar: :any_skip_relocation, sonoma: "703353047b69d3c034e7ffb49a69912f8d8962c2cb062c86b4df4b7a43b1da37"
sha256 cellar: :any_skip_relocation, ventura: "703353047b69d3c034e7ffb49a69912f8d8962c2cb062c86b4df4b7a43b1da37"
sha256 cellar: :any_skip_relocation, monterey: "703353047b69d3c034e7ffb49a69912f8d8962c2cb062c86b4df4b7a43b1da37"
sha256 cellar: :any_skip_relocation, x86_64_linux: "39a74a7f2e057c6482fcd6753951cd5afc5ade75dcdd23b03444b39171593b0d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d11d05e5951fb46c749a0e183a63bf2f7eb993f45f933dbc7820345743329318"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d11d05e5951fb46c749a0e183a63bf2f7eb993f45f933dbc7820345743329318"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d11d05e5951fb46c749a0e183a63bf2f7eb993f45f933dbc7820345743329318"
sha256 cellar: :any_skip_relocation, sonoma: "9fb140212d898a51988074ef443ffa20bd27cd9fc2fb809f54aae7fc587ea960"
sha256 cellar: :any_skip_relocation, ventura: "9fb140212d898a51988074ef443ffa20bd27cd9fc2fb809f54aae7fc587ea960"
sha256 cellar: :any_skip_relocation, monterey: "9fb140212d898a51988074ef443ffa20bd27cd9fc2fb809f54aae7fc587ea960"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d11d05e5951fb46c749a0e183a63bf2f7eb993f45f933dbc7820345743329318"
end

depends_on "node"
Expand Down

0 comments on commit a1d339e

Please sign in to comment.