Skip to content

Commit a7c65c4

Browse files
authored
Merge pull request #228045 from Homebrew/bump-contentful-cli-3.8.9
contentful-cli 3.8.9
2 parents 3b23d3a + fa2bedb commit a7c65c4

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,18 +1,18 @@
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.8.tgz"
5-
sha256 "de28b9aaaea30c79543d867ac1f55f3638ecdf51ecef6a79d9c7ba3ed1cf6fdc"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.9.tgz"
5+
sha256 "33fe546c9454aae8fb396894c0ccd6f616d2cf923caf4a94278cecbe197a2cb3"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597"
12-
sha256 cellar: :any_skip_relocation, sonoma: "e6db3ae109bb33abc92d9d31368cc66a3d826dc19713487d0313fff004d28048"
13-
sha256 cellar: :any_skip_relocation, ventura: "e6db3ae109bb33abc92d9d31368cc66a3d826dc19713487d0313fff004d28048"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "545f40ea5afd8b629a75d67e809e0db92c0e70daa6e1e8a7b4427839dad47597"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "82fd349f267efa4366b2780156a3d72da004297e13b0f3b65d284134515cfd6c"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514"
12+
sha256 cellar: :any_skip_relocation, sonoma: "413bfc46f12709ca925c87984ff46b3d622fb4188a6a36f0a1dd2cab2bc3ce08"
13+
sha256 cellar: :any_skip_relocation, ventura: "413bfc46f12709ca925c87984ff46b3d622fb4188a6a36f0a1dd2cab2bc3ce08"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "091de38bb0d1ab45e13cef927acc0f8bf1c60150b24512311ea75a97bbc8a514"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d25086e609f853608ed44c27c31f4757c87f125acaae44df80e5260ed5f247d"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)