Skip to content

Commit c3a347d

Browse files
authored
Merge pull request #217362 from Homebrew/bump-contentful-cli-3.8.0
contentful-cli 3.8.0
2 parents ad4ba04 + 55e3e86 commit c3a347d

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.7.16.tgz"
5-
sha256 "dc0b03575f3b8c07615e06c63de64cada17210fdcbe034520df7fd8fb12cdef9"
4+
url "https://registry.npmjs.org/contentful-cli/-/contentful-cli-3.8.0.tgz"
5+
sha256 "46f1b22b05d2422418772d58085e5dc59b5cb4454449630568c6109355b801b6"
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: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a4e0d96911b4284b38276bd722b008c0de6b1508682fe19bc6c1ac322b667c74"
14-
sha256 cellar: :any_skip_relocation, ventura: "a4e0d96911b4284b38276bd722b008c0de6b1508682fe19bc6c1ac322b667c74"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "b9ccf1b7cab96cee3c46a53917f05aec79f3d042cb3d2713f64c307dd3c8085c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea3a3bea04c3495ad95038c7ff53b1ddd41528b77fd958d6746d6ef35af9847c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "55cfd15fd9524bb0ff01c927675d40b736d5213c8e897f9d1e222f9f7d8c0419"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55cfd15fd9524bb0ff01c927675d40b736d5213c8e897f9d1e222f9f7d8c0419"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "55cfd15fd9524bb0ff01c927675d40b736d5213c8e897f9d1e222f9f7d8c0419"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e8e20686c8cfb86f9ef39813c2f4ef54e93de7db3dc7bfdfbea01839d065c343"
14+
sha256 cellar: :any_skip_relocation, ventura: "e8e20686c8cfb86f9ef39813c2f4ef54e93de7db3dc7bfdfbea01839d065c343"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "55cfd15fd9524bb0ff01c927675d40b736d5213c8e897f9d1e222f9f7d8c0419"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "95c8d0a957876fb29b081b79e58eaa47840582a5d617833c27afcdf469c5e529"
1717
end
1818

1919
depends_on "node"

0 commit comments

Comments
 (0)