Skip to content

Commit d6d563f

Browse files
authored
Merge pull request #251697 from Homebrew/bump-contentful-cli-3.9.8
contentful-cli 3.9.8
2 parents e05d2a4 + 0733918 commit d6d563f

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

88
bottle do
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"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "47579f1533a1d2e0fc10bfeb95a15fad2afb1bfcfcfda8e7d3ff72015da47b3d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "47579f1533a1d2e0fc10bfeb95a15fad2afb1bfcfcfda8e7d3ff72015da47b3d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "47579f1533a1d2e0fc10bfeb95a15fad2afb1bfcfcfda8e7d3ff72015da47b3d"
12+
sha256 cellar: :any_skip_relocation, sonoma: "47579f1533a1d2e0fc10bfeb95a15fad2afb1bfcfcfda8e7d3ff72015da47b3d"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "47579f1533a1d2e0fc10bfeb95a15fad2afb1bfcfcfda8e7d3ff72015da47b3d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a7f745078dd472d8afcd7c6e043b85900bf8a27e6d836d1f15b85af16d4688b"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)