Skip to content

Commit 874b7d0

Browse files
authored
Merge pull request #219958 from Homebrew/bump-contentful-cli-3.8.6
contentful-cli 3.8.6
2 parents eb7ad38 + 617a664 commit 874b7d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/contentful-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.5.tgz"
5-
sha256 "30ffcc16525aa55972a7ea8bc9a55b42850702eed1c98508463966883415bece"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.6.tgz"
5+
sha256 "830d87cba3174eda116e9d0be6d0e770355cd3162d40c81ebead91937f2f8a01"
66
license "MIT"
77
head "https://github.com/contentful/contentful-cli.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f5c96063a23f618a13202f7ae8d952cb239d09d53dd512e97e40229118a93ff6"
14-
sha256 cellar: :any_skip_relocation, ventura: "f5c96063a23f618a13202f7ae8d952cb239d09d53dd512e97e40229118a93ff6"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "aff0187d3e6fa118f25507c3ab4eef58465363d04c667e18e6c4d429b1f58904"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fda90323828903c7634425fe17d0f42ff6de42862a60b5f791ad3d3a33ff6203"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e2585bb2bba5fea1b3d0b8bb271ed58bfd73d388b6163f80de2df6e57d9c390d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2585bb2bba5fea1b3d0b8bb271ed58bfd73d388b6163f80de2df6e57d9c390d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e2585bb2bba5fea1b3d0b8bb271ed58bfd73d388b6163f80de2df6e57d9c390d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "cbd4c53d3d625cea3fb5bf7c11aa44e50a4c1c61d9ad3f3ba25202bc79567e8c"
14+
sha256 cellar: :any_skip_relocation, ventura: "cbd4c53d3d625cea3fb5bf7c11aa44e50a4c1c61d9ad3f3ba25202bc79567e8c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "e2585bb2bba5fea1b3d0b8bb271ed58bfd73d388b6163f80de2df6e57d9c390d"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "40df80f25b363ea2904fa7f8d60382ad7abdd8091c1ce278dfd0660ce236f423"
1717
end
1818

1919
depends_on "node"

0 commit comments

Comments
 (0)