Skip to content

Commit de10027

Browse files
authored
Merge pull request #246687 from Homebrew/bump-contentful-cli-3.9.1
contentful-cli 3.9.1
2 parents 1c83f61 + a301911 commit de10027

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/contentful-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class ContentfulCli < Formula
22
desc "Contentful command-line tools"
33
homepage "https://github.com/contentful/contentful-cli"
4-
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.0.tgz"
5-
sha256 "1f9141816c427f7386cda8c2a196576acaa9595d83189d582531e6df8b0c70eb"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.1.tgz"
5+
sha256 "b057405ded527e3820519d765c8645e2674dd0df493add0d7032cb93e83fb94f"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1ca41d5bbf4e05b2a337ac8ed7398566e06beac51cd394c0daf61597c9ea1b10"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ca41d5bbf4e05b2a337ac8ed7398566e06beac51cd394c0daf61597c9ea1b10"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ca41d5bbf4e05b2a337ac8ed7398566e06beac51cd394c0daf61597c9ea1b10"
12-
sha256 cellar: :any_skip_relocation, sonoma: "1ca41d5bbf4e05b2a337ac8ed7398566e06beac51cd394c0daf61597c9ea1b10"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "1ca41d5bbf4e05b2a337ac8ed7398566e06beac51cd394c0daf61597c9ea1b10"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "56fa832133907bcdd05e7494d028ecdfc15091e6aa8332c991bc7ec2b8cf2414"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633"
12+
sha256 cellar: :any_skip_relocation, sonoma: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "7a38054dfc129c435ae196fdf301ff0a9ed9fcc5340f74a684e146d7a7bbd633"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9c8cf39337f9d6aa90da5b89183d5c47d16355de13990ce2af47613119d5138"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)