Skip to content

Commit e01d40d

Browse files
authored
Merge pull request #251238 from Homebrew/bump-contentful-cli-3.9.7
contentful-cli 3.9.7
2 parents 8f975e9 + 23e7126 commit e01d40d

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.6.tgz"
5-
sha256 "b7db1fc8dac81b0aa6b74e0ced066378ddcf34d4b031e2990cb3e42be71b4e5f"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.9.7.tgz"
5+
sha256 "2441f9dfcc94863bcecb0aa0320ad2f3531199a66ebcd211cb3f3a94994d341d"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1"
12-
sha256 cellar: :any_skip_relocation, sonoma: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "7cec2a102e8ad902ec093d8fe2f0715af5dcbb18682a6f38414002f77171d9f1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfd86952ab7ff5464716b252617579141860affea090c4db698ccb4d58f09483"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab"
12+
sha256 cellar: :any_skip_relocation, sonoma: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "4c9ea8cf20e93c2f0f5b87f1943acd1082b99b34488b679003ffe84ce69631ab"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "766b3dab2224b862d31abd6fee1fdd1ec101e8fafd2765974184601c5ce8654c"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)