Skip to content

Commit a39a3d7

Browse files
authored
Merge pull request #246390 from Homebrew/bump-contentful-cli-3.9.0
contentful-cli 3.9.0
2 parents 2bc8795 + 84c1527 commit a39a3d7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/c/contentful-cli.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +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.8.15.tgz"
5-
sha256 "80564ccfd641105d8e6d32491f99a210194bf0f1c0ae0032ba5256d187415e4f"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.0.tgz"
5+
sha256 "1f9141816c427f7386cda8c2a196576acaa9595d83189d582531e6df8b0c70eb"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9b2d9310fd5549e301c959e1080b5992b5ff3c5b24f018e7b1306566e3a29cba"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
13-
sha256 cellar: :any_skip_relocation, sonoma: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
14-
sha256 cellar: :any_skip_relocation, ventura: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "97fa0750d03e58b720e59d4c1aff7e5b5cb1610205e6b05d978dca9efbc53126"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d9dd0c29747bd7e4e373de2698dff042763f61ff9a803095e378b1fc5aab76f"
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"
1715
end
1816

1917
depends_on "node"

0 commit comments

Comments
 (0)