diff --git a/Formula/c/contentful-cli.rb b/Formula/c/contentful-cli.rb index 5c28b53c377b..94669e9a985e 100644 --- a/Formula/c/contentful-cli.rb +++ b/Formula/c/contentful-cli.rb @@ -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"